summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-17 10:47:28 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-17 10:47:28 -0400
commit4d391978ad2c5081a8d884c30c4269ca518824a7 (patch)
tree59d6a8ba972d89a5bf7a6634218ff0ceffe2fa17
parent7b89c2c2b2948781bb81418c3fd7b2f1b6878ed3 (diff)
downloadthird_party-cobbler-4d391978ad2c5081a8d884c30c4269ca518824a7.tar.gz
third_party-cobbler-4d391978ad2c5081a8d884c30c4269ca518824a7.tar.xz
third_party-cobbler-4d391978ad2c5081a8d884c30c4269ca518824a7.zip
Fix method in WUI.
-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 40cab05..268c911 100644
--- a/cobbler/webui/CobblerWeb.py
+++ b/cobbler/webui/CobblerWeb.py
@@ -290,7 +290,7 @@ class CobblerWeb(object):
'edit' : True,
'profile': input_profile,
'distros': self.remote.get_distros(),
- 'ksfiles': self.__ksfiles()
+ 'ksfiles': self.remote.get_kickstart_templates(self.token)
} )
def profile_save(self,new_or_edit=None, name=None,distro=None,kickstart=None,kopts=None,