Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinNowakMacopedia committed Jun 28, 2023
1 parent 1fef326 commit d8e1923
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/code/core/Mage/Catalog/Model/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,6 @@ protected function _saveRewriteHistory($rewriteData, $rewrite)
$rewriteData['options'] = 'RP'; // Redirect = Permanent
$this->getResource()->saveRewriteHistory($rewriteData);
}
$this->getResource()->clearProductRewrites($productId, $storeId);

return $this;
}
Expand Down

0 comments on commit d8e1923

Please sign in to comment.