summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4eada41)
raw | patch | inline | side by side (parent: 4eada41)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Sep 2006 07:55:22 +0000 (07:55 +0000) | ||
committer | hickert <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 | patch | blob | history |
index b995a384c7505b7677a1023200fd5e84f7168b0c..df0c7c983f189ce66dd6f5803d13a8d48c47f2ee 100644 (file)
}
}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);
}
}