fixed typo
svn: r13595
This commit is contained in:
parent
313bcfa0cd
commit
e9366e26b6
@ -259,8 +259,8 @@ def construct_view_order():
|
||||
viewclass = eval('mod.' + pdata.viewclass)
|
||||
if pdata.category in viewstoshow:
|
||||
if pdata.order == START:
|
||||
viewstoshow[pdata.category].insert(0, append((pdata.id,
|
||||
viewclass)))
|
||||
viewstoshow[pdata.category].insert(0, ((pdata.id,
|
||||
viewclass)))
|
||||
else:
|
||||
viewstoshow[pdata.category].append((pdata.id, viewclass))
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user