diff --git a/core/trunk/core/init.php b/core/trunk/core/init.php index 681f9dbd0d490695e351584ded91f4f2b41d243a..57ff966481ddff58f26f5389b45228d6b0694425 100644 --- a/core/trunk/core/init.php +++ b/core/trunk/core/init.php @@ -15,5 +15,8 @@ if (isset($_SESSION['custom_override_id']) && !empty($_SESSION['custom_override_ } elseif(isset($_SESSION['config']['corepath']) && !empty($_SESSION['config']['corepath'])) { + set_include_path($_SESSION['config']['corepath']); } + +