Code

Fixed self edit mode
[gosa.git] / plugins / personal / environment / main.inc
index 37c2c6d63f6418069ec7cf7d938103727c34f654..4c04e5a0e8ee1476b70b3e62a259474d5d1e30bc 100644 (file)
@@ -30,6 +30,7 @@ if (!$remove_lock){
   /* Create mail object on demand */
   if (!isset($_SESSION['environment']) || (isset($_GET['reset']) && $_GET['reset'] == 1)){
     $_SESSION['environment']= new environment ($config, $ui->dn);
+    $_SESSION['environment']->set_acl_category('users');
   }
   $environment= $_SESSION['environment'];