From 836874ba68a2314d18e70bdf1d8e37a48de9c877 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 5 Nov 2008 03:24:09 +0000 Subject: Updated for new MPTT API --- core/controllers/album.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/controllers') 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)); } } -- cgit v1.2.3