diff options
Diffstat (limited to 'core/controllers/photo.php')
-rw-r--r-- | core/controllers/photo.php | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/core/controllers/photo.php b/core/controllers/photo.php index 819af133..d6d37f98 100644 --- a/core/controllers/photo.php +++ b/core/controllers/photo.php @@ -20,16 +20,9 @@ class Photo_Controller extends Item_Controller { /** - * @see Rest_Controller::_form($resource) + * @see Rest_Controller::_show($resource, $output_format) */ - public function _form($comment) { - throw new Exception("@todo Comment_Controller::_form NOT IMPLEMENTED"); - } - - /** - * @see Rest_Controller::_get($resource, $output_format) - */ - public function _get($item, $output_format) { + public function _show($item, $output_format) { $template = new View("page.html"); // @todo: this needs to be data-driven |