removes a php warning

This commit is contained in:
Hannes Mannerheim 2014-11-28 00:01:25 +01:00
parent 9726187f0c
commit 71493aa8d0

View File

@ -80,8 +80,13 @@ class QvitterPlugin extends Plugin {
$settings[$configphpsetting] = $value;
}
if(isset($settings[$setting])) {
return $settings[$setting];
}
else {
return false;
}
}
// make sure we have a notifications table