summaryrefslogtreecommitdiff
path: root/core/controllers/photos.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-25 02:38:53 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-25 02:38:53 +0000
commitf6ebb436e46b181152cc32d6fbb2169350c6ea18 (patch)
tree5d37d33d1790906db83a740ee947c6d08e7d320c /core/controllers/photos.php
parent481352c382d769d9074223ae9c7b6d969f0f6e58 (diff)
Rest_Controller -> REST_Controller everywhere, for consistency.
Diffstat (limited to 'core/controllers/photos.php')
-rw-r--r--core/controllers/photos.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/controllers/photos.php b/core/controllers/photos.php
index 4690bf58..a8282f36 100644
--- a/core/controllers/photos.php
+++ b/core/controllers/photos.php
@@ -20,7 +20,7 @@
class Photos_Controller extends Items_Controller {
/**
- * @see Rest_Controller::_show($resource)
+ * @see REST_Controller::_show($resource)
*/
public function _show($photo) {
access::required("view", $photo);
@@ -40,7 +40,7 @@ class Photos_Controller extends Items_Controller {
}
/**
- * @see Rest_Controller::_update($resource)
+ * @see REST_Controller::_update($resource)
*/
public function _update($photo) {
access::required("edit", $photo);
@@ -68,7 +68,7 @@ class Photos_Controller extends Items_Controller {
}
/**
- * @see Rest_Controller::_form_edit($resource)
+ * @see REST_Controller::_form_edit($resource)
*/
public function _form_edit($photo) {
access::required("edit", $photo);