1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

Debug info cleanup

This commit is contained in:
Cameron
2015-03-29 20:26:35 -07:00
parent e3e51fa59c
commit 899281eaaf
3 changed files with 36 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ class notify
{
$active = e107::getConfig()->get('notify');
if(empty($active))
if(empty($active) && e_PAGE == 'notify.php')
{
e107::getMessage()->addDebug('Notify is disabled!');
return false;