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