Module: nagvis
Branch: master
Commit: a77d1ff443771ca12701fb6deab279ac406123a7
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=a77d1ff443771ca12701fb6deab279ac406123a7

Author: Lars Michelsen <[email protected]>
Date:   Sat Apr 24 17:03:48 2010 +0200

Small var initialisation bugfixes

---

 .../core/classes/GlobalBackendmklivestatus.php     |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/share/server/core/classes/GlobalBackendmklivestatus.php 
b/share/server/core/classes/GlobalBackendmklivestatus.php
index 1350b27..5a23899 100644
--- a/share/server/core/classes/GlobalBackendmklivestatus.php
+++ b/share/server/core/classes/GlobalBackendmklivestatus.php
@@ -894,6 +894,7 @@ class GlobalBackendmklivestatus implements 
GlobalBackendInterface {
                // If the method should fetch several objects and did not find
                // any object, don't return anything => The message
                // that the objects were not found is added by the core
+               $arrReturn = Array();
                if(is_array($l) && count($l) > 0) {
                        foreach($l as $e) {
                                $arrReturn[$e[0]] = Array(


------------------------------------------------------------------------------
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to