diff options
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 cafd6bde..9357c986 100644 --- a/core/controllers/album.php +++ b/core/controllers/album.php @@ -19,7 +19,7 @@ */ class Album_Controller extends Item_Controller { - public function get($item) { + public function _get($item) { // @todo: these need to be pulled from the database $theme_name = "default"; $page_size = 9; |