bundled-libs, not _libs

This commit is contained in:
onli 2013-08-18 15:02:20 +02:00
parent 5b2f73f74b
commit 83ddeca71a

View File

@ -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