summaryrefslogtreecommitdiffstats
path: root/controller/itemapicontroller.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-14 01:04:57 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-14 01:04:57 +0200
commit2bfa9f22b7d97dcdbda5992ad603d9d10482b49f (patch)
tree6d23098988a6a7ab0b99b4baf1b6ad13b9a7be25 /controller/itemapicontroller.php
parent7faa40dc59738fc4b5bb9dd2121e433e2301c36b (diff)
fix unittests
Diffstat (limited to 'controller/itemapicontroller.php')
-rw-r--r--controller/itemapicontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/itemapicontroller.php b/controller/itemapicontroller.php
index 5ab728d55..9e4fb672c 100644
--- a/controller/itemapicontroller.php
+++ b/controller/itemapicontroller.php
@@ -52,7 +52,7 @@ class ItemApiController extends ApiController {
$this->registerSerializer(new EntityApiSerializer('items'));
return $this->itemBusinessLayer->findAll($id, $type, $batchSize, $offset,
- $showAll, $this->userId);
+ $getRead, $this->userId);
}