Code

Reset acl_base after testing.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Sep 2006 07:55:22 +0000 (07:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Sep 2006 07:55:22 +0000 (07:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4706 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/generic/class_user.inc

index b995a384c7505b7677a1023200fd5e84f7168b0c..df0c7c983f189ce66dd6f5803d13a8d48c47f2ee 100644 (file)
@@ -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);
         }
       }