Skip to content

Commit

Permalink
OM PR 4214
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Sep 21, 2024
1 parent 3df40d5 commit 3704e1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function render(Varien_Object $row)
$href = $row->getPreviewUrl();
} else {
$urlModel = Mage::getModel('core/url')->setStore($row->getData('_first_store_id'));
$href = $urlModel->getUrl(
$href = $urlModel->getDirectUrl(
$row->getIdentifier(),
[
'_current' => false,
Expand Down

0 comments on commit 3704e1d

Please sign in to comment.