Code

Fixed problem with not initialized variable
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Jan 2010 09:36:13 +0000 (09:36 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 12 Jan 2010 09:36:13 +0000 (09:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15149 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/opsi/admin/opsi/class_opsigeneric.inc

index d57f7762333018b25a3a747c2e68a143ec5d27ee..64546c5a54cbe7e5933f0ce2003440abefdfd614 100644 (file)
@@ -125,7 +125,8 @@ class opsiGeneric extends plugin
       }
     }
 
-    // Get package info 
+    // Get package info
+    $list = array(); 
     if(!empty($this->hostId)){
       $list = $this->opsi->get_full_product_host_information($this->hostId);
     }