1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

deprecated function usage removed

This commit is contained in:
secretr
2011-01-20 12:30:10 +00:00
parent eab7c52ab9
commit ad918df72b

View File

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