]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - plugins/wallabag/wallabag.php
namespacing: \Shaarli\Plugin\PluginManager
[github/shaarli/Shaarli.git] / plugins / wallabag / wallabag.php
index 9dfd079eb21da9d027dc71a3aacfb9fe5d0608a0..5ba1611d539b1e117e8817f690718cdf007655da 100644 (file)
@@ -6,6 +6,7 @@
 
 require_once 'WallabagInstance.php';
 use Shaarli\Config\ConfigManager;
+use Shaarli\Plugin\PluginManager;
 
 /**
  * Init function, return an error if the server is not set.
@@ -69,4 +70,3 @@ function wallabag_dummy_translation()
     t('Wallabag API URL');
     t('Wallabag API version (1 or 2)');
 }
-