summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/gallery/controllers/albums.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/albums.php b/modules/gallery/controllers/albums.php
index 0cfee7cd..3c1a0adf 100644
--- a/modules/gallery/controllers/albums.php
+++ b/modules/gallery/controllers/albums.php
@@ -19,7 +19,7 @@
*/
class Albums_Controller extends Items_Controller {
public function index() {
- $this->_show(ORM::factory("item", 1));
+ $this->show(ORM::factory("item", 1));
}
public function show($album) {