Code

Fixed group/application stuff
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 Apr 2008 06:47:03 +0000 (06:47 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 21 Apr 2008 06:47:03 +0000 (06:47 +0000)
-Menu folders can now be moved without losing applications.

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

gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc

index 785d203fd85c5816d0d2ce8c59abc3a779e86545..f98d9636701c8388e84474eea02cf6d36e20d9f1 100644 (file)
@@ -881,7 +881,7 @@ class appgroup extends plugin
         $new[] = $entry;
       }
   
-      $all[$folder_id]['ENTRIES'] = $new;
+      $all[$folder_id]['ENTRIES'] = &$new;
       foreach($entries as $sub){
         $this->_add_entry($entry['UNIQID'],$sub,-1);
       }