mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 09:19:18 -04:00
Oops. Fix a typo that the forced page_type to always be "tag"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user