mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 09:19:18 -04:00
@@ -37,7 +37,7 @@ class G2_Controller extends Controller {
|
||||
|
||||
// Tags did not have mappings created, so we need to catch them first. However, if a g2_itemId was
|
||||
// passed, we'll want to show lookup the mapping anyway
|
||||
if (($path && 0 === strpos($path, "tag/")) || $view = "tags.VirtualAlbum") {
|
||||
if (($path && 0 === strpos($path, "tag/")) || $view == "tags.VirtualAlbum") {
|
||||
if (0 === strpos($path, "tag/")) {
|
||||
$tag_name = substr($path, 4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user