X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=633ab89e6386e90eaa02f76d5a1880cb9366dccb;hb=dea72c711ff740b3b829d238fcf85648465143a0;hp=bff8e8ff14f24f5de02eb7be20ef8e5901afb48d;hpb=349b0144011e25f2b1a727b1d28d49d55b3b2ebb;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index bff8e8ff..633ab89e 100644 --- a/index.php +++ b/index.php @@ -65,7 +65,6 @@ require_once 'application/updater/UpdaterUtils.php'; require_once 'application/FileUtils.php'; require_once 'application/TimeZone.php'; require_once 'application/Utils.php'; -require_once 'application/PluginManager.php'; use \Shaarli\ApplicationUtils; use \Shaarli\Bookmark\Exception\LinkNotFoundException; @@ -76,6 +75,7 @@ use \Shaarli\Feed\FeedBuilder; use \Shaarli\History; use \Shaarli\Languages; use \Shaarli\Netscape\NetscapeBookmarkUtils; +use \Shaarli\Plugin\PluginManager; use \Shaarli\Render\PageBuilder; use \Shaarli\Render\ThemeUtils; use \Shaarli\Router;