Merge pull request #22 from mmn/master
force the config to be an array if empty
This commit is contained in:
commit
9726187f0c
|
@ -75,7 +75,7 @@ class QvitterPlugin extends Plugin {
|
|||
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · */
|
||||
|
||||
// config.php settings override the settings in this file
|
||||
$configphpsettings = common_config('site','qvitter');
|
||||
$configphpsettings = common_config('site','qvitter') ?: array();
|
||||
foreach($configphpsettings as $configphpsetting=>$value) {
|
||||
$settings[$configphpsetting] = $value;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user