Code

Opsi fix
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Sep 2008 07:42:45 +0000 (07:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Sep 2008 07:42:45 +0000 (07:42 +0000)
-Added missing variable initilization

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12314 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_systemManagement.inc

index 7a7e83ac0e3174490c5237057e27fa4030fe58a7..eca8329998017df1857504d04506acade5fb1a04 100644 (file)
@@ -1126,6 +1126,7 @@ class systems extends plugin
     $res              = array();
     $this->terminals  = array();
     $userregex        = "";
+    $opsi_clients     = array();
 
     /* Set base for all searches */
     $base=  $this->DivListSystem->selectedBase;