From ad918df72bb844f3d168a6dc79ca90f86fc7421f Mon Sep 17 00:00:00 2001 From: secretr Date: Thu, 20 Jan 2011 12:30:10 +0000 Subject: [PATCH] deprecated function usage removed --- e107_handlers/e107_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);