1
0
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:
Moc 2021-03-22 21:27:52 +01:00
parent 0057d24ede
commit 2c8ed5b80c
No known key found for this signature in database
GPG Key ID: AAEA3CC2C5A308F2

View File

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