1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Notify clarify debug message

This commit is contained in:
Tijn Kuyper
2019-10-29 11:12:21 +01:00
parent ef2a831132
commit cd01137173

View File

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