X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fpoche%2Fglobal.inc.php;h=3e04b3831998f8bf5aa876e1dd8ee3abc08cb4a6;hb=a20f96b76dfe6faf8b4d841ee464a95ea54c35b3;hp=1ecef8bf7bc3a4e51358b68f8c07d65d2918996a;hpb=adf17b677edeb2387671f6a0f12123e7497b5938;p=github%2Fwallabag%2Fwallabag.git 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 . '/..'); require_once INCLUDES . '/poche/Tools.class.php'; require_once INCLUDES . '/poche/User.class.php'; require_once INCLUDES . '/poche/Url.class.php'; -require_once INCLUDES . '/3rdparty/class.messages.php'; require_once ROOT . '/vendor/autoload.php'; require_once INCLUDES . '/poche/Template.class.php'; require_once INCLUDES . '/poche/Language.class.php';