mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
2013-12-05 Dario Rodriguez <dario@artica.es>
* mobile/operation/events.php: Fixed a bug loading events filtergin by group when a group has no events. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9177 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
deddec24b0
commit
e836f25ff4
@ -4,6 +4,11 @@
|
||||
|
||||
MERGED FROM THE BRANCH PANDORA_4
|
||||
|
||||
2013-12-05 Dario Rodriguez <dario@artica.es>
|
||||
|
||||
* mobile/operation/events.php: Fixed a bug loading events
|
||||
filtergin by group when a group has no events.
|
||||
|
||||
2013-12-05 Dario Rodriguez <dario@artica.es>
|
||||
|
||||
* mobile/operation/networkmap.php: Fixed a bug width
|
||||
|
@ -956,6 +956,8 @@ class Events {
|
||||
}
|
||||
|
||||
private function filterEventsGetString() {
|
||||
global $system;
|
||||
|
||||
if ($this->default) {
|
||||
return __("(Default)");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user