diff src/main/java/de/mpiwg/web/jsp/TopicPage.java @ 44:89d1076df1c3

minor bug fixed
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 28 Dec 2015 11:48:38 +0100
parents 9dbbbfd474f4
children 13555aff1f88
line wrap: on
line diff
--- a/src/main/java/de/mpiwg/web/jsp/TopicPage.java	Wed Dec 23 16:03:32 2015 +0100
+++ b/src/main/java/de/mpiwg/web/jsp/TopicPage.java	Mon Dec 28 11:48:38 2015 +0100
@@ -320,8 +320,7 @@
 		}
 		*/
 		
-		//for(DBSection section : this.displaySectionList){
-		for(DBSection section : this.completeSectionList){	// we don't paginate now
+		for(DBSection section : this.displaySectionList){// we don't paginate now
 			section.setBranches(this.branchesMap.get(section.getId()));		
 		}