From f6be08a4f43c8b26e9b215ac9258a898a863d2a7 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 16 Jun 2009 11:47:36 +0800 Subject: Fix the bug introduced by r79582ee, where we try to set the title of the tag album to tag->title. which doesn't exist. Signed-off-by: --- themes/default/views/page.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 62d7ff85..3feb14cb 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -17,7 +17,7 @@ p::clean($theme->item()->title))) ?> tag()): ?> - p::clean($theme->tag()->title))) ?> + p::clean($theme->tag()->name))) ?> -- cgit v1.2.3