]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - plugins/wallabag/wallabag.php
Merge branch 'v0.11' into stable
[github/shaarli/Shaarli.git] / plugins / wallabag / wallabag.php
index a6476c71c893b0b9f7b2fadef9e8610a86b807be..bc35df08dcde122f0ca11e8fad30dc17e6f16baf 100644 (file)
@@ -1,11 +1,11 @@
 <?php
-
 /**
- * Plugin Wallabag.
+ * Wallabag plugin
  */
 
-require_once 'WallabagInstance.php';
 use Shaarli\Config\ConfigManager;
+use Shaarli\Plugin\PluginManager;
+use Shaarli\Plugin\Wallabag\WallabagInstance;
 
 /**
  * Init function, return an error if the server is not set.