[richfaces-svn-commits] JBoss Rich Faces SVN: r13831 - in trunk/examples/photoalbum/web/src/main: webapp/includes/index and 1 other directory.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Apr 24 10:51:02 EDT 2009
Author: amarkhel
Date: 2009-04-24 10:51:01 -0400 (Fri, 24 Apr 2009)
New Revision: 13831
Modified:
trunk/examples/photoalbum/web/src/main/java/org/richfaces/photoalbum/manager/ShelfManager.java
trunk/examples/photoalbum/web/src/main/webapp/includes/index/tree.xhtml
Log:
Modified: trunk/examples/photoalbum/web/src/main/java/org/richfaces/photoalbum/manager/ShelfManager.java
===================================================================
--- trunk/examples/photoalbum/web/src/main/java/org/richfaces/photoalbum/manager/ShelfManager.java 2009-04-24 14:50:54 UTC (rev 13830)
+++ trunk/examples/photoalbum/web/src/main/java/org/richfaces/photoalbum/manager/ShelfManager.java 2009-04-24 14:51:01 UTC (rev 13831)
@@ -98,7 +98,7 @@
public List<Shelf> getPredefinedShelves() {
if (shelves == null) {
- shelves = shelfAction.getPredefinedShelves(user);
+ shelves = shelfAction.getPredefinedShelves();
}
return shelves;
}
Modified: trunk/examples/photoalbum/web/src/main/webapp/includes/index/tree.xhtml
===================================================================
(Binary files differ)
More information about the richfaces-svn-commits
mailing list