summaryrefslogtreecommitdiffstats
path: root/controller/itemcontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/itemcontroller.php')
-rw-r--r--controller/itemcontroller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/controller/itemcontroller.php b/controller/itemcontroller.php
index 7a500a88f..ac838f1bf 100644
--- a/controller/itemcontroller.php
+++ b/controller/itemcontroller.php
@@ -59,7 +59,7 @@ class ItemController extends Controller {
* @param string $search
* @return array
*/
- public function index($type, $id, $limit=50, $offset=0, $showAll=null,
+ public function index($type=3, $id=0, $limit=50, $offset=0, $showAll=null,
$oldestFirst=null, $search='') {
// in case this is called directly and not from the website use the
@@ -215,4 +215,4 @@ class ItemController extends Controller {
}
-} \ No newline at end of file
+}