[fix] Ok is not allowed in level message

This commit is contained in:
Émile 2019-08-09 08:38:40 +02:00
parent d1d410ed65
commit f6046a2566
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }