From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 28 Apr 2008 03:54:57 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions ResourceHandler.py Message-ID: <20080428035457.7572.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Branch: RHEL4 Changes by: rmccabe at sourceware.org 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)