From cd01137173b08aaf9ed3d45cd81d84e7fa3d5f35 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Tue, 29 Oct 2019 11:12:21 +0100 Subject: [PATCH] Notify clarify debug message --- e107_handlers/notify_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }