Code

Updated css und div framework.
[gosa.git] / plugins / admin / groups / main.inc
index 3c8306b19780556749eac9e98ffe2f1a1c6bf9a7..3a12101639059f7144440501bc859d5cc743d6c0 100644 (file)
@@ -31,6 +31,7 @@ if ($remove_lock){
     $_SESSION['groupManagement']= new groupManagement ($config, $_SESSION['ui']);
   }
   $groupManagement= $_SESSION['groupManagement'];
+  $groupManagement->save_object();
   $output= $groupManagement->execute();
 
   /* Page header*/
@@ -51,7 +52,6 @@ if ($remove_lock){
     sess_del ('groupManagement');
   }
 
-
   /* Show and save dialog */
   $_SESSION['groupManagement']= $groupManagement;
 }