summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1413012)
raw | patch | inline | side by side (parent: 1413012)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 Oct 2006 07:37:23 +0000 (07:37 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 6 Oct 2006 07:37:23 +0000 (07:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4866 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiVariable.inc | patch | blob | history |
index 45244b5c2db2cd1890d5b43c947ec5bda11171b6..91efaebce2e3af8e669b143220154c0aa5ba4cb8 100644 (file)
/* Add new sub object */
if(isset($_POST['AddSubObject'])){
$this->dialog= new $this->subClassName($this->config,"new");
- $this->dialog->sel_acl_base($_SESSION['CurrentMainBase']);
+ $this->dialog->set_acl_base($_SESSION['CurrentMainBase']);
$this->dialog->set_acl_category("fai");
$this->is_dialog=true;
}