[fix] Ok is not allowed in level message
This commit is contained in:
parent
d1d410ed65
commit
f6046a2566
|
@ -44,7 +44,7 @@ if (!$id) {
|
||||||
include("aws_edit.php");
|
include("aws_edit.php");
|
||||||
exit();
|
exit();
|
||||||
} else {
|
} else {
|
||||||
$msg->raise('Ok', "aws", _("The Statistics has been successfully changed"));
|
$msg->raise('INFO', "aws", _("The Statistics has been successfully changed"));
|
||||||
include("aws_list.php");
|
include("aws_list.php");
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue