X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=plugins%2Fwallabag%2Fwallabag.php;h=37969c976d780e71cb5b78c508d060d98476a356;hb=e4b9a7633d5eb325e2ae3a098417d5e1d5609852;hp=024a3d2bd1f5adee9fe6d8d7dc7fba23e58d05cf;hpb=a5dd1772bd17090e502eb8d117cf4efeed524b1e;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.'; }