From 64c380a60d540bd7428282fe10591e8ec19ba7fd Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 6 Dec 2008 20:27:55 +0000 Subject: Correct @todo's in Item_Controller --- core/controllers/items.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/controllers') 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) { -- cgit v1.2.3