implemented display of wiki pages
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -134,7 +134,7 @@ public class UserModule extends BaseHandler implements UserService {
|
||||
|
||||
@Override
|
||||
public Map<Long, UmbrellaUser> list(Integer start, Integer limit, Collection<Long> ids) throws UmbrellaException {
|
||||
return users.list(0,null,ids);
|
||||
return users.list(start, limit, ids);
|
||||
}
|
||||
|
||||
public UmbrellaUser load(Session session) throws UmbrellaException{
|
||||
|
||||
Reference in New Issue
Block a user