Code

* Layout fixes
[gosa.git] / plugins / admin / departments / class_departmentManagement.inc
index c15e2a2d62f64b732011ee65b5e9ef28784467cf..1906820283c99718eaa76a3b39230ad913d84f64 100644 (file)
@@ -59,10 +59,10 @@ class departmentManagement extends plugin
 
        function execute()
        {
-       /* Call parent execute */
-       plugin::execute();
+               /* Call parent execute */
+               plugin::execute();
 
-       $_SESSION['LOCK_VARS_TO_USE'] = array("/^act$/","/^id$/","/^dep_edit_.*/","/^dep_del_.*/");
+               $_SESSION['LOCK_VARS_TO_USE'] = array("/^act$/","/^id$/","/^dep_edit_.*/","/^dep_del_.*/");
 
                /* Reload departments */
                $this->config->get_departments();