Fixed a typo.

This commit is contained in:
Ramon Novoa 2015-05-27 16:32:40 +02:00
parent 3a86b01e22
commit fce608a284

View File

@ -1378,7 +1378,7 @@ function config_check () {
}
if ($config['event_storm_protection']) {
config["alert_cnt"]++;
$config["alert_cnt"]++;
$_SESSION["alert_msg"] .= ui_print_error_message(
array('title' =>__('Event storm protection is activated. No events will be generated during this mode.'),
'message' => __('You need to restart server after altering this configuration setting.'),