diff roundup/cgi/templating.py @ 2036:bc5ff0519b8b

fixed bug in args to new DateHTMLProperty in the local() method [SF#901444]
author Richard Jones <richard@users.sourceforge.net>
date Mon, 23 Feb 2004 05:40:36 +0000
parents bcb21e5722b8
children 35ed1560ba2b
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Mon Feb 23 05:29:06 2004 +0000
+++ b/roundup/cgi/templating.py	Mon Feb 23 05:40:36 2004 +0000
@@ -1280,8 +1280,8 @@
         '''
         self.view_check()
 
-        return DateHTMLProperty(self._client, self._nodeid, self._prop,
-            self._formname, self._value.local(offset))
+        return DateHTMLProperty(self._client, self._classname, self._nodeid,
+            self._prop, self._formname, self._value.local(offset))
 
 class IntervalHTMLProperty(HTMLProperty):
     def plain(self):

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