We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dd2fd commit 5a5e2f4Copy full SHA for 5a5e2f4
smd_tags.php
@@ -3222,7 +3222,7 @@ function smd_tags_url_handler($evt = null, $stp = null)
3222
$smd_tag_type = (empty($theType) && empty($smd_tag)) ? '' : ((in_array($theType, $validTypes)) ? $theType : $validTypes[0]);
3223
smd_tags_set($smd_tag_type, $smd_tag);
3224
$_SERVER['QUERY_STRING'] = (($permlink_mode == 'messy') ? $urlnam.'='.$smd_tag .a. $urltyp.'='.$smd_tag_type : '') . $qatts;
3225
- $_SERVER['REQUEST_URI'] = $subpath . $parts[0] . (($permlink_mode == 'messy') ? '/?' . serverSet('QUERY_STRING') : '');
+ $_SERVER['REQUEST_URI'] = $subpath . $parts[0] . (($permlink_mode == 'messy') ? '/?' . serverSet('QUERY_STRING') : '/');
3226
}
3227
3228
0 commit comments