summaryrefslogtreecommitdiffstats
path: root/controller/itemapicontroller.php
diff options
context:
space:
mode:
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);
}