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
e7f7bc5746
commit
30e9d52d77
|
@ -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…
Reference in New Issue