summaryrefslogtreecommitdiffstats
path: root/cobbler/modules/authz_allowall.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/modules/authz_allowall.py')
-rw-r--r--cobbler/modules/authz_allowall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/modules/authz_allowall.py b/cobbler/modules/authz_allowall.py
index 4125ed6..1b05630 100644
--- a/cobbler/modules/authz_allowall.py
+++ b/cobbler/modules/authz_allowall.py
@@ -32,7 +32,7 @@ def register():
"""
return "authz"
-def authorize(user,resource,arg1=None,arg2=None):
+def authorize(api_handle,user,resource,arg1=None,arg2=None):
"""
Validate a user against a resource.
"""