From af9a27216d25bcb390413c7848e26d3cd5e1b15f Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 26 Nov 2008 16:48:00 +0000 Subject: Modify the tag model to behave like a virtual album. There are two outstanding issues that i still have to resolve. The first being there is no thumbnail for the root directory, so it doesn't look quite right. And secondly, the bread crumb shows the dynamic tag album as hot having a parent. I wanted it to be the root directory, but i will overcome :-) --- modules/tag/controllers/tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tag/controllers') diff --git a/modules/tag/controllers/tag.php b/modules/tag/controllers/tag.php index 21117150..54ce3f49 100644 --- a/modules/tag/controllers/tag.php +++ b/modules/tag/controllers/tag.php @@ -42,7 +42,7 @@ class Tag_Controller extends REST_Controller { } public function _show($tag) { - throw new Exception("@todo Tag_Controller::_show NOT IMPLEMENTED"); + Albums_Controller::_show($tag); } public function _create($tag) { -- cgit v1.2.3