2014-08-22 Junichi Satoh <junichi@rworks.jp>

* 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
This commit is contained in:
jsatoh 2014-08-22 11:01:20 +00:00
parent 9c3208eff7
commit 884f59d9a8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-08-22 Junichi Satoh <junichi@rworks.jp>
* mobile/operation/events.php: Fixed present event filter loading
failure.
2014-08-21 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_networkmap.php,

View File

@ -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'];
}