aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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';
65require_once 'application/FileUtils.php'; 65require_once 'application/FileUtils.php';
66require_once 'application/TimeZone.php'; 66require_once 'application/TimeZone.php';
67require_once 'application/Utils.php'; 67require_once 'application/Utils.php';
68require_once 'application/PluginManager.php';
69 68
70use \Shaarli\ApplicationUtils; 69use \Shaarli\ApplicationUtils;
71use \Shaarli\Bookmark\Exception\LinkNotFoundException; 70use \Shaarli\Bookmark\Exception\LinkNotFoundException;
@@ -76,6 +75,7 @@ use \Shaarli\Feed\FeedBuilder;
76use \Shaarli\History; 75use \Shaarli\History;
77use \Shaarli\Languages; 76use \Shaarli\Languages;
78use \Shaarli\Netscape\NetscapeBookmarkUtils; 77use \Shaarli\Netscape\NetscapeBookmarkUtils;
78use \Shaarli\Plugin\PluginManager;
79use \Shaarli\Render\PageBuilder; 79use \Shaarli\Render\PageBuilder;
80use \Shaarli\Render\ThemeUtils; 80use \Shaarli\Render\ThemeUtils;
81use \Shaarli\Router; 81use \Shaarli\Router;