From b6c34512313ae96fc4539bfc07add13a3a4b3022 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 15 Jun 2009 20:47:36 -0700 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. --- 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