Code

Added acls to mimetype
[gosa.git] / plugins / admin / groups / main.inc
index 7e6f574afefa1c398a63f747af12187d20ffa856..5a86bbee3f8ea8b32aac4d0db6b82eb6f494f64c 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*/
@@ -38,15 +39,12 @@ if ($remove_lock){
     $display= print_header(get_template_path('images/group.png'),
                            _("Group administration"), "<img alt=\"\" align=\"middle\" src=\"".
                             get_template_path('images/closedlock.png')."\"> ".
-                            $_SESSION['objectinfo']);
+                            @LDAP::fix($_SESSION['objectinfo']));
   } else {
     $display= print_header(get_template_path('images/group.png'), _("Group administration"));
   }
 
   $display.= $output;
-  $display.="<script language=\"JavaScript\" type=\"text/javascript\">
-              document.mainform.edit_finish.focus();
-             </script>";
 
   /* Reset requested? */
   if (isset($_GET['reset']) && $_GET['reset'] == 1){