mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Fix PHP fatal error
Occurred when performing a v1 to v2 upgrade
This commit is contained in:
@@ -1134,7 +1134,7 @@ class eRouter
|
|||||||
|
|
||||||
if(empty($config))
|
if(empty($config))
|
||||||
{
|
{
|
||||||
trigger('URL Config is empty', E_USER_NOTICE);
|
trigger_error('URL Config is empty', E_USER_NOTICE);
|
||||||
$config = array();
|
$config = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user