From: richard Date: Wed, 18 Sep 2002 00:57:54 +0000 (+0000) Subject: oops X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5c26d130f5366646d421f1ae4511d84605c75f93;p=roundup.git oops git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1187 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/cgi/templating.py b/roundup/cgi/templating.py index 2f2a478..5ab27bd 100644 --- a/roundup/cgi/templating.py +++ b/roundup/cgi/templating.py @@ -326,7 +326,7 @@ class HTMLClass(HTMLPermissions): # get the list and sort it nicely l = self._klass.list() - sortfunc = make_sort_function(self._db, self._prop.classname) + sortfunc = make_sort_function(self._db, self.classname) l.sort(sortfunc) l = [klass(self._client, self.classname, x) for x in l]