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 12d86cc4..b56c29b9 100644 --- a/core/controllers/photo.php +++ b/core/controllers/photo.php @@ -19,7 +19,7 @@ */ class Photo_Controller extends Item_Controller { - public function get($item) { + public function _get($item) { $template = new View("page.html"); // @todo: this needs to be data-driven |