summaryrefslogtreecommitdiff
path: root/core/controllers/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers/item.php')
-rw-r--r--core/controllers/item.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/controllers/item.php b/core/controllers/item.php
index 7ee3674b..1113d00f 100644
--- a/core/controllers/item.php
+++ b/core/controllers/item.php
@@ -21,9 +21,9 @@ class Item_Controller extends REST_Controller {
protected $resource_type = "item";
/**
- * @see Rest_Controller::_index($query)
+ * @see Rest_Controller::_index()
*/
- public function _index($query) {
+ public function _index() {
throw new Exception("@todo Item_Controller::_index NOT IMPLEMENTED");
}