Initialize plugin parameters array to avoid unnecessary warning.
This commit is contained in:
parent
268a2e5265
commit
091e2d139d
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@
|
||||||
//);
|
//);
|
||||||
$GLOBALS['config']['ENABLED_PLUGINS'] = array('qrcode');
|
$GLOBALS['config']['ENABLED_PLUGINS'] = array('qrcode');
|
||||||
|
|
||||||
//$GLOBALS['plugins']['WALLABAG_URL'] = 'https://demo.wallabag.org/';
|
// Initialize plugin parameters array.
|
||||||
|
$GLOBALS['plugins'] = array();
|
||||||
|
|
||||||
// PubSubHubbub support. Put an empty string to disable, or put your hub url here to enable.
|
// PubSubHubbub support. Put an empty string to disable, or put your hub url here to enable.
|
||||||
$GLOBALS['config']['PUBSUBHUB_URL'] = '';
|
$GLOBALS['config']['PUBSUBHUB_URL'] = '';
|
||||||
|
|
Loading…
Reference in a new issue