summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 619afb6)
raw | patch | inline | side by side (parent: 619afb6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Dec 2005 08:13:53 +0000 (08:13 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 2 Dec 2005 08:13:53 +0000 (08:13 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2198 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/conference/class_phoneConferenceGeneric.inc | patch | blob | history | |
plugins/gofon/conference/class_phoneConferenceManagment.inc | patch | blob | history |
diff --git a/plugins/gofon/conference/class_phoneConferenceGeneric.inc b/plugins/gofon/conference/class_phoneConferenceGeneric.inc
index 555f5e3f932f5b492ca3324ace6983edf0b45040..961650e37a091935b86aba0f127327b3c987266f 100644 (file)
var $base = "";
var $ou = "";
var $goFonPIN = "";
- var $acl = "";
var $old_cn = "";
var $goFonConferenceOption = "";
}
$acl= get_permissions ($this->dn, $this->ui->subtreeACL);
- $this->acl= get_module_permission($acl, "goFonConference", $this->dn);
+ $this->acl= get_module_permission($acl, "conference", $this->dn);
$this->goFonConferenceOwner=$this->ui->dn;
/* Parse Options ...
/* Call parent execute */
plugin::execute();
- //$acl= get_permissions ($this->dn, $this->ui->subtreeACL);
- //$this->acl= get_module_permission($acl, "goFonConference", $this->dn);
-
$this->config->departments = get_departments($this->dn);
$this->config->make_idepartments();
$smarty= get_smarty();
diff --git a/plugins/gofon/conference/class_phoneConferenceManagment.inc b/plugins/gofon/conference/class_phoneConferenceManagment.inc
index 1bddbdf660e8fbbb9c9564a476dbae24b91bf334..1264796f214fe0443b31241c8dd5c2cf195bd93a 100644 (file)
/* Register conftab to trigger edit dialog */
$this->conftab= new conferencetabs($this->config,$this->config->data['TABS']['CONFERENCETABS'], $this->dn);
- $this->conftab->set_acl($this->acl);
$_SESSION['objectinfo']= $this->dn;
}
/* Set up the users ACL's for this 'dn' */
$this->dn= "new";
$this->conftab= new conferencetabs($this->config,$this->config->data['TABS']['CONFERENCETABS'], $this->dn);
- $this->conftab->set_acl($this->acl);
unset($_SESSION['objectinfo']);//
}