summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1374a0a)
raw | patch | inline | side by side (parent: 1374a0a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Nov 2007 13:09:26 +0000 (13:09 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 27 Nov 2007 13:09:26 +0000 (13:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7910 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofax/blocklists/class_blocklistManagement.inc | patch | blob | history |
diff --git a/plugins/gofax/blocklists/class_blocklistManagement.inc b/plugins/gofax/blocklists/class_blocklistManagement.inc
index f0283640f4ed8f147f7d234439db697e5fc8ba76..4985e0fc9d19b52d7606fefcda5aec0106eceaf3 100644 (file)
if ($s_action=="new"){
$this->dn= "new";
$this->dialog = new blocklistGeneric($this->config,$this->dn);
+ $this->dialog->set_acl_base($this->base);
}
}
$_SESSION['objectinfo']= trim($this->dn);
$this->dialog = new blocklistGeneric($this->config,$this->dn);
+ $this->dialog->set_acl_base($this->dn);
}