diff options
Diffstat (limited to 'core/controllers/photo.php')
-rw-r--r-- | core/controllers/photo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/photo.php b/core/controllers/photo.php index 6f746e65..45db4b02 100644 --- a/core/controllers/photo.php +++ b/core/controllers/photo.php @@ -20,7 +20,7 @@ class Photo_Controller extends Template_Controller { public $template = "page.html"; - public function View($id) { + public function view($id) { $item = ORM::factory("item")->where("id", $id)->find(); if (empty($item->id)) { return Kohana::show_404(); |