1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Fixes #1535 - Error on User-profile in admin area.

This commit is contained in:
Cameron
2016-04-13 09:12:37 -07:00
parent 4a40104073
commit ae85b7b4d1
3 changed files with 12 additions and 3 deletions

View File

@@ -135,7 +135,7 @@
parse_str($query,$_GET);
}
e107::getMessage()->addDebug('e_URL in <b>'.$plug.'</b> with key: <b>'.$k.'</b> matched <b>'.$v['regex'].'</b> and included: <b>'.$file.'</b> with $_GET: '.print_a($_GET,true));
e107::getDebug()->log('e_URL in <b>'.$plug.'</b> with key: <b>'.$k.'</b> matched <b>'.$v['regex'].'</b> and included: <b>'.$file.'</b> with $_GET: '.print_a($_GET,true),1);
if(file_exists($file))
{