From aa1ddba15517d99e4e34d9454fe4853339b17f58 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 14 Nov 2009 16:36:25 -0800 Subject: Oops. Fix a typo that the forced page_type to always be "tag" --- modules/gallery/libraries/Theme_View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gallery/libraries/Theme_View.php b/modules/gallery/libraries/Theme_View.php index 5b7378b6..b5546a43 100644 --- a/modules/gallery/libraries/Theme_View.php +++ b/modules/gallery/libraries/Theme_View.php @@ -148,7 +148,7 @@ class Theme_View_Core extends Gallery_View { $v->next_page_url = null; $v->last_page_url = null; - if ($this->page_type == "album" || $this->page_type = "tag") { + if ($this->page_type == "album" || $this->page_type == "tag") { $v->page = $this->page; $v->max_pages = $this->max_pages; $v->total = $this->children_count; -- cgit v1.2.3