aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/global.inc.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-18 22:11:41 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-18 22:11:41 +0100
commita20f96b76dfe6faf8b4d841ee464a95ea54c35b3 (patch)
treee57c09232b399d38d463740771f4eed7d1d41fa7 /inc/poche/global.inc.php
parentadf17b677edeb2387671f6a0f12123e7497b5938 (diff)
downloadwallabag-a20f96b76dfe6faf8b4d841ee464a95ea54c35b3.tar.gz
wallabag-a20f96b76dfe6faf8b4d841ee464a95ea54c35b3.tar.zst
wallabag-a20f96b76dfe6faf8b4d841ee464a95ea54c35b3.zip
replace flash messages library
Diffstat (limited to 'inc/poche/global.inc.php')
-rwxr-xr-xinc/poche/global.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/poche/global.inc.php b/inc/poche/global.inc.php
index 1ecef8bf..3e04b383 100755
--- a/inc/poche/global.inc.php
+++ b/inc/poche/global.inc.php
@@ -17,7 +17,6 @@ define('ROOT', INCLUDES . '/..');
17require_once INCLUDES . '/poche/Tools.class.php'; 17require_once INCLUDES . '/poche/Tools.class.php';
18require_once INCLUDES . '/poche/User.class.php'; 18require_once INCLUDES . '/poche/User.class.php';
19require_once INCLUDES . '/poche/Url.class.php'; 19require_once INCLUDES . '/poche/Url.class.php';
20require_once INCLUDES . '/3rdparty/class.messages.php';
21require_once ROOT . '/vendor/autoload.php'; 20require_once ROOT . '/vendor/autoload.php';
22require_once INCLUDES . '/poche/Template.class.php'; 21require_once INCLUDES . '/poche/Template.class.php';
23require_once INCLUDES . '/poche/Language.class.php'; 22require_once INCLUDES . '/poche/Language.class.php';