changeset 1152:4cc99267bd23

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Mon, 16 Sep 2002 05:33:58 +0000
parents 7e0024954954
children 0455eccad866
files roundup/cgi/client.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/cgi/client.py	Mon Sep 16 05:32:09 2002 +0000
+++ b/roundup/cgi/client.py	Mon Sep 16 05:33:58 2002 +0000
@@ -1,4 +1,4 @@
-# $Id: client.py,v 1.34 2002-09-16 05:32:09 richard Exp $
+# $Id: client.py,v 1.35 2002-09-16 05:33:58 richard Exp $
 
 __doc__ = """
 WWW request handler (also used in the stand-alone server).
@@ -397,7 +397,7 @@
         try:
             # get the action, validate it
             action = self.form[':action'].value
-            for name, method in selc.actions:
+            for name, method in self.actions:
                 if name == action:
                     break
             else:

Roundup Issue Tracker: http://roundup-tracker.org/