X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=plugins%2Fwallabag%2Fwallabag.php;h=37969c976d780e71cb5b78c508d060d98476a356;hb=3d79d823263d1c40b046fe8d3f60f85b09f05e97;hp=024a3d2bd1f5adee9fe6d8d7dc7fba23e58d05cf;hpb=1696f6aa07734c7502702cf810c9fdc93532ef56;p=github%2Fshaarli%2FShaarli.git diff --git a/plugins/wallabag/wallabag.php b/plugins/wallabag/wallabag.php index 024a3d2b..37969c97 100644 --- a/plugins/wallabag/wallabag.php +++ b/plugins/wallabag/wallabag.php @@ -10,7 +10,7 @@ if (is_file(PluginManager::$PLUGINS_PATH . '/wallabag/config.php')) { } if (!isset($GLOBALS['plugins']['WALLABAG_URL'])) { - $GLOBALS['plugins']['errors'][] = 'Wallabag plugin error: '. + $GLOBALS['plugin_errors'][] = 'Wallabag plugin error: '. 'Please define "$GLOBALS[\'plugins\'][\'WALLABAG_URL\']" '. 'in "plugins/wallabag/config.php" or in your Shaarli config.php file.'; }