diff --git a/e107_handlers/notify_class.php b/e107_handlers/notify_class.php index 19df151ce..6f7ef2eaa 100644 --- a/e107_handlers/notify_class.php +++ b/e107_handlers/notify_class.php @@ -42,7 +42,7 @@ class notify if(empty($active) && defset('e_PAGE') == 'notify.php') { - e107::getMessage()->addDebug('Notify is disabled!'); + e107::getMessage()->addDebug('All notifications are inactive!'); return false; }