summaryrefslogtreecommitdiff
path: root/core/controllers/photo.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers/photo.php')
-rw-r--r--core/controllers/photo.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/controllers/photo.php b/core/controllers/photo.php
index 2a0153a2..819af133 100644
--- a/core/controllers/photo.php
+++ b/core/controllers/photo.php
@@ -23,13 +23,13 @@ class Photo_Controller extends Item_Controller {
* @see Rest_Controller::_form($resource)
*/
public function _form($comment) {
- throw new Exception("@todo Comment_Controller::_get NOT IMPLEMENTED");
+ throw new Exception("@todo Comment_Controller::_form NOT IMPLEMENTED");
}
/**
- * @see Rest_Controller::_get($resource)
+ * @see Rest_Controller::_get($resource, $output_format)
*/
- public function _get($item) {
+ public function _get($item, $output_format) {
$template = new View("page.html");
// @todo: this needs to be data-driven