From: cajus Date: Wed, 26 Jul 2006 09:17:45 +0000 (+0000) Subject: Fixed self edit mode X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=887b1382b7d39a16bcbf3258acb9c07b24e1980a;p=gosa.git Fixed self edit mode git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4311 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/environment/main.inc b/plugins/personal/environment/main.inc index 37c2c6d63..4c04e5a0e 100644 --- a/plugins/personal/environment/main.inc +++ b/plugins/personal/environment/main.inc @@ -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'];