We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6803a8f commit 75b8168Copy full SHA for 75b8168
classes/ColdTrick/TestPanel/EmailHandler.php
@@ -57,7 +57,7 @@ public static function validate(\Elgg\Event $event): ?bool {
57
58
if (!in_array($to, $allowed_emails)) {
59
// user is not allowed to get e-mails
60
- elgg_log("Test panel blocked: {$to}", 'NOTICE');
+ elgg_log("Test panel blocked: {$to}", LogLevel::NOTICE);
61
return false;
62
}
63
0 commit comments