summaryrefslogtreecommitdiffstats
path: root/cobbler/webui
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/webui')
-rw-r--r--cobbler/webui/CobblerWeb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/webui/CobblerWeb.py b/cobbler/webui/CobblerWeb.py
index 9985994..a081574 100644
--- a/cobbler/webui/CobblerWeb.py
+++ b/cobbler/webui/CobblerWeb.py
@@ -195,7 +195,7 @@ class CobblerWeb(object):
# as you could disable a lot of functionality if you aren't careful
# including your ability to fix it back.
- def settings_view(self):
+ def settings_view(self,**args):
if not self.__xmlrpc_setup():
return self.xmlrpc_auth_failure()