Merge pull request #379 from bleuchtang/fix-aws-doedit-rase
[fix] Ok is not allowed in level message
This commit is contained in:
commit
bce334e75b
|
@ -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