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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user