Merge pull request #379 from bleuchtang/fix-aws-doedit-rase

[fix] Ok is not allowed in level message
This commit is contained in:
kienanstewart 2019-10-03 17:25:38 -04:00 committed by GitHub
commit bce334e75b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if (!$id) {
include("aws_edit.php");
exit();
} 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");
exit();
}