changeset 3271:572bbe7fa236

typo in recent fix
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Thu, 07 Apr 2005 07:10:22 +0000
parents e4607e12d030
children 3e216b862018
files roundup/cgi/templating.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Thu Apr 07 07:06:24 2005 +0000
+++ b/roundup/cgi/templating.py	Thu Apr 07 07:10:22 2005 +0000
@@ -1708,7 +1708,7 @@
                 display_value.sort(sortfun)
             except:
                 pass
-            self_value = display_value
+            self._value = display_value
 
     def __len__(self):
         ''' length of the multilink '''

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