diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-06 20:27:55 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-06 20:27:55 +0000 |
commit | 64c380a60d540bd7428282fe10591e8ec19ba7fd (patch) | |
tree | bf2615272c47a8414fb5383816594024da1894f5 /core | |
parent | dca3cd2e8d0a376103bcec8fe4d7e0feba268b8b (diff) |
Correct @todo's in Item_Controller
Diffstat (limited to 'core')
-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) { |