From: hickert Date: Mon, 18 Sep 2006 07:55:22 +0000 (+0000) Subject: Reset acl_base after testing. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f0fcf9de972460dce52046759d7d11565b318a40;p=gosa.git Reset acl_base after testing. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4706 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/generic/class_user.inc b/plugins/personal/generic/class_user.inc index b995a384c..df0c7c983 100644 --- a/plugins/personal/generic/class_user.inc +++ b/plugins/personal/generic/class_user.inc @@ -628,6 +628,7 @@ class user extends plugin } }else{ print_red(sprintf(_("You are not allowed to move this object to '%s'."),LDAP::fix($_POST['base']))); + $this->set_acl_base('dummy,'.$this->base); } }