CVSROOT: /cvs/cluster
Module name: conga
Branch: RHEL4
Changes by: [EMAIL PROTECTED] 2008-04-28 03:54:57
Modified files:
luci/site/luci/Extensions: ResourceHandler.py
Log message:
Fix typo in last commit to this branch
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ResourceHandler.py.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.2.2.3&r2=1.2.2.4
--- conga/luci/site/luci/Extensions/ResourceHandler.py 2008/04/28 03:49:07
1.2.2.3
+++ conga/luci/site/luci/Extensions/ResourceHandler.py 2008/04/28 03:54:57
1.2.2.4
@@ -271,7 +271,7 @@
luci_log.debug_verbose('addNfsm7: %s' % err)
try:
- exportpath = form['export'].strip()
+ exportpath = form['exportpath'].strip()
if not exportpath:
raise Exception, 'No export path was given for "%s"' %
rname
res.addAttribute('export', exportpath)