diff options
-rw-r--r-- | core/controllers/items.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/controllers/items.php b/core/controllers/items.php index f10a30c3..6fc11f76 100644 --- a/core/controllers/items.php +++ b/core/controllers/items.php @@ -31,14 +31,14 @@ class Items_Controller extends REST_Controller { * @see Rest_Controller::_form_add($parameters) */ public function _form_add($parameters) { - throw new Exception("@todo Comment_Controller::_form NOT IMPLEMENTED"); + throw new Exception("@todo Items_Controller::_form_add NOT IMPLEMENTED"); } /** * @see Rest_Controller::_form_edit($resource) */ public function _form_edit($item) { - throw new Exception("@todo Comment_Controller::_form NOT IMPLEMENTED"); + throw new Exception("@todo Items_Controller::_form_edit NOT IMPLEMENTED"); } public function _show($item) { |