removes a php warning
This commit is contained in:
parent
9726187f0c
commit
71493aa8d0
|
@ -80,8 +80,13 @@ class QvitterPlugin extends Plugin {
|
||||||
$settings[$configphpsetting] = $value;
|
$settings[$configphpsetting] = $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(isset($settings[$setting])) {
|
||||||
return $settings[$setting];
|
return $settings[$setting];
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// make sure we have a notifications table
|
// make sure we have a notifications table
|
||||||
|
|
Loading…
Reference in New Issue
Block a user