You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/controllers/App/Config/Notification.php
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,10 @@ public static function get()
30
30
*/
31
31
if (empty($_SESSION['email'])) {
32
32
$message = '<span>You can configure your email in your user profile. This email can be used as a recipient to send notifications of events like scheduled tasks status or scheduled tasks reminders.</span>';
33
-
$NOTIFICATION_MESSAGES[] = array('Title' => 'Email contact is not set', 'Message' => $message);
0 commit comments