mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
Fix alert class name
This commit is contained in:
parent
f76615e59b
commit
89c2e84bff
@ -1451,7 +1451,7 @@ function echo_success($message)
|
||||
function echo_error($message)
|
||||
{
|
||||
global $error;
|
||||
echo '<div class="col-12 alert alert-error mb-2">' . $message . '</div>';
|
||||
echo '<div class="col-12 alert alert-danger mb-2">' . $message . '</div>';
|
||||
$error = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user