summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-11-14 16:36:25 -0800
committerBharat Mediratta <bharat@menalto.com>2009-11-14 16:36:25 -0800
commitaa1ddba15517d99e4e34d9454fe4853339b17f58 (patch)
treeb82f038ca2154262b1cf3337c0ac85d791137ba6
parentd368894d371549450dab994e72c2435690ee3af0 (diff)
Oops. Fix a typo that the forced page_type to always be "tag"
-rw-r--r--modules/gallery/libraries/Theme_View.php2
1 files changed, 1 insertions, 1 deletions
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;