mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +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))
|
||||
{
|
||||
trigger('URL Config is empty', E_USER_NOTICE);
|
||||
trigger_error('URL Config is empty', E_USER_NOTICE);
|
||||
$config = array();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user