diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index 0633e9e82..3a6e75a55 100644 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -1917,7 +1917,7 @@ class e107 { array_unshift($inc_path, '.'); $inc_path = implode(PATH_SEPARATOR, $inc_path); - e107_ini_set('include_path', $inc_path); + e107::ini_set('include_path', $inc_path); } unset($inc_path);