diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 394e3ad081..329bbf7ec5 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-08-22 Junichi Satoh + + * mobile/operation/events.php: Fixed present event filter loading + failure. + 2014-08-21 Alejandro Gallardo * include/functions_networkmap.php, diff --git a/pandora_console/mobile/operation/events.php b/pandora_console/mobile/operation/events.php index a070c3c389..465c6fa7e5 100644 --- a/pandora_console/mobile/operation/events.php +++ b/pandora_console/mobile/operation/events.php @@ -406,7 +406,7 @@ class Events { $this->free_search = $filter['search']; $this->hours_old = $filter['event_view_hr']; $this->status = $filter['status']; - $this->type = $filter['type']; + $this->type = $filter['event_type']; $this->severity = $filter['severity']; }