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 3c72e64 commit 007268aCopy full SHA for 007268a
app/code/core/Mage/Core/Model/Url/Rewrite.php
@@ -171,7 +171,7 @@ public function removeTag($tags)
171
172
$removeTags = is_array($tags) ? $tags : explode(',', $tags);
173
174
- foreach ($removeTags as $t) {
+ foreach ($removeTags as $k=>$t) {
175
if (!is_numeric($k)) {
176
$t = $k.'='.$t;
177
}
0 commit comments