mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Issue #87 - Using 'notifyerror' instead of the wrong type 'notifyfailure'.
This commit is contained in:
@@ -323,7 +323,7 @@ EOT;
|
||||
if (CLI_SCRIPT) {
|
||||
$message = html_to_text(implode("; ", $message));
|
||||
} else {
|
||||
$message = $OUTPUT->notification(implode("<br />", $message), 'notifyfailure');
|
||||
$message = $OUTPUT->notification(implode("<br />", $message), 'notifyerror');
|
||||
}
|
||||
|
||||
return $message;
|
||||
|
||||
Reference in New Issue
Block a user