summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b4e369b)
raw | patch | inline | side by side (parent: b4e369b)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 Mar 2008 13:11:48 +0000 (13:11 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 12 Mar 2008 13:11:48 +0000 (13:11 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9711 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/acl/class_aclManagement.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/acl/class_aclManagement.inc b/gosa-core/plugins/admin/acl/class_aclManagement.inc
index afa143fc324391f2c3c2e239c36cea1b440f1dfe..91cfe3f948ec187d4aca45f8601e12e168ebeef8 100644 (file)
$this->acltabs= new aclroletab($this->config, NULL,$this->dn);
$this->acltabs->set_acl_base($this->DivListACL->selectedBase);
}else{
- msg_dialog::display(_("Permission error"), .msgPool::permCreate(), ERROR_DIALOG);
+ msg_dialog::display(_("Permission error"), msgPool::permCreate(), ERROR_DIALOG);
}
}