Code

Fixed []
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 Jul 2006 11:46:28 +0000 (11:46 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 Jul 2006 11:46:28 +0000 (11:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4237 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_printGeneric.inc

index d19ecd245b046267780bd0531a81585268e0a9de..dd7cf2e30bf8b2035252c405160e13a04415fc24 100644 (file)
@@ -691,7 +691,7 @@ class printgeneric extends plugin
 
     /* Append printer group 
      */
-    $this->attrs['gotoGroupPrinter'][] = array();
+    $this->attrs['gotoGroupPrinter'] = array();
     foreach($this->member['AddGroup'] as $mem){
       $this->attrs['gotoGroupPrinter'][]=$mem['cn'][0];
     }