summaryrefslogtreecommitdiffstats
path: root/bl/itembl.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-26 19:30:27 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-26 19:30:27 +0100
commitf7c819938067fb6a81822f26943a5c136643a1f7 (patch)
treeaa6663df5cce7a7bbb46aad728df033706d88991 /bl/itembl.php
parenteff408710b708a44cf3869599985fd8246c0400b (diff)
viewing the first 20 items is now possible
Diffstat (limited to 'bl/itembl.php')
-rw-r--r--bl/itembl.php2
1 files changed, 1 insertions, 1 deletions
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,