From 83ddeca71a392281b3491c5248a6648930631eea Mon Sep 17 00:00:00 2001 From: onli Date: Sun, 18 Aug 2013 15:02:20 +0200 Subject: [PATCH] bundled-libs, not _libs --- serendipity_config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index c7476e11..a55f4754 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -198,7 +198,7 @@ if (function_exists('get_include_path')) { } -require_once("bundled_libs/autoload.php"); +require_once("bundled-libs/autoload.php"); $new_include = ($serendipity['use_PEAR'] ? $old_include . PATH_SEPARATOR : '') . S9Y_INCLUDE_PATH . 'bundled-libs/' . PATH_SEPARATOR