diff options
-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 b1c7d205..a00a5138 100644 --- a/core/controllers/album.php +++ b/core/controllers/album.php @@ -27,7 +27,7 @@ class Album_Controller extends Template_Controller { } $this->template->set_global('item', $item); - $this->template->set_global('children', $item->get_children()); + $this->template->set_global('children', $item->children()); $this->template->set_global('theme', new Theme("default", $this->template)); } } |