Correction
darcs-hash:20061210224944-9e428-8e80d558bc0951ce7ae95f6bfc2e4a5635a6e498.gz
This commit is contained in:
parent
a436400eda
commit
bed3713e87
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ class AccessControlList:
|
||||||
|
|
||||||
#### HACK SAUVAGE 3/4
|
#### HACK SAUVAGE 3/4
|
||||||
def _special_Conf(self, request, name, dowhat, rightsdict):
|
def _special_Conf(self, request, name, dowhat, rightsdict):
|
||||||
return self.cfg.acl_request(self, request, name, dowhat, rightsdict)
|
return request.cfg.acl_request(self, request, name, dowhat, rightsdict)
|
||||||
#### FIN Du HACK 3/4
|
#### FIN Du HACK 3/4
|
||||||
|
|
||||||
def _special_Trusted(self, request, name, dowhat, rightsdict):
|
def _special_Trusted(self, request, name, dowhat, rightsdict):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue