diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2008-11-08 09:28:11 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-08 09:28:11 +0000 |
| commit | 950c58e6d37f68f69815d4d73df5577b9789679a (patch) | |
| tree | f8f176513d9b364b4b0a7b2a6e87ade8af11baeb /core/controllers/album.php | |
| parent | ac8199a09a810277624c93fd82e49d2250ae0461 (diff) | |
Add support for in-place editing of data fields.
Diffstat (limited to 'core/controllers/album.php')
| -rw-r--r-- | core/controllers/album.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/album.php b/core/controllers/album.php index 788ff9e2..d6b457d6 100644 --- a/core/controllers/album.php +++ b/core/controllers/album.php @@ -20,7 +20,7 @@ class Album_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(); |
