summaryrefslogtreecommitdiffstats
path: root/controller/itemcontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/itemcontroller.php')
-rw-r--r--controller/itemcontroller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/itemcontroller.php b/controller/itemcontroller.php
index 7a9fb1aeb..e6358ce0e 100644
--- a/controller/itemcontroller.php
+++ b/controller/itemcontroller.php
@@ -53,6 +53,7 @@ class ItemController extends Controller {
$type = $this->params('type');
$id = $this->params('id');
+ // TODO: pass in showAll value
if($limit !== null){
$offset = $this->params('offset', 0);
$items = $this->itemBl->findAll($id, $type, $limit, $offset, $userId);