From 753b0e5d68837ee1b920246b12465f941deb66da Mon Sep 17 00:00:00 2001 From: jsatoh Date: Fri, 22 Aug 2014 11:01:20 +0000 Subject: [PATCH] 2014-08-22 Junichi Satoh * mobile/operation/events.php: Fixed present event filter loading failure. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10447 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/mobile/operation/events.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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']; }