diff options
Diffstat (limited to 'core/controllers/photos.php')
-rw-r--r-- | core/controllers/photos.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/controllers/photos.php b/core/controllers/photos.php index a5b75b79..1d995de8 100644 --- a/core/controllers/photos.php +++ b/core/controllers/photos.php @@ -20,9 +20,9 @@ class Photos_Controller extends Items_Controller { /** - * @see Rest_Controller::_show($resource, $output_format) + * @see Rest_Controller::_show($resource) */ - public function _show($item, $output_format) { + public function _show($item) { $template = new View("page.html"); // @todo: this needs to be data-driven |