From f7c819938067fb6a81822f26943a5c136643a1f7 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 26 Mar 2013 19:30:27 +0100 Subject: viewing the first 20 items is now possible --- bl/itembl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bl') diff --git a/bl/itembl.php b/bl/itembl.php index 4a3f302c7..332a51774 100644 --- a/bl/itembl.php +++ b/bl/itembl.php @@ -66,7 +66,7 @@ class ItemBl extends Bl { public function findAll($id, $type, $limit, $offset, $showAll, $userId){ $status = $this->statusFlag->typeToStatus($type, $showAll); - + switch($type){ case FeedType::FEED: $items = $this->mapper->findAllFeed($id, $limit, $offset, -- cgit v1.2.3