Skip to content

Commit 565a4f6

Browse files
author
Richard Jones
committed
oops
1 parent 21e57ff commit 565a4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def list(self):
326326

327327
# get the list and sort it nicely
328328
l = self._klass.list()
329-
sortfunc = make_sort_function(self._db, self._prop.classname)
329+
sortfunc = make_sort_function(self._db, self.classname)
330330
l.sort(sortfunc)
331331

332332
l = [klass(self._client, self.classname, x) for x in l]

0 commit comments

Comments
 (0)