summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-05 15:52:55 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-05 15:52:55 -0500
commitd0b9491bd3cea8c46d22d9e44d75bac556e03985 (patch)
tree57055c3f2339a4363f054a206c7dc8cb2376688d /cobbler
parentad2786aca0720eb4b70f2692224ef97b4f48e086 (diff)
downloadthird_party-cobbler-d0b9491bd3cea8c46d22d9e44d75bac556e03985.tar.gz
third_party-cobbler-d0b9491bd3cea8c46d22d9e44d75bac556e03985.tar.xz
third_party-cobbler-d0b9491bd3cea8c46d22d9e44d75bac556e03985.zip
Fixes + changelog.
Diffstat (limited to 'cobbler')
-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()