mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
Fix PHP fatal error
Occurred when performing a v1 to v2 upgrade
This commit is contained in:
parent
0057d24ede
commit
2c8ed5b80c
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user