Skip to content

Commit

Permalink
Merge pull request #3363 from osworx/patch-15
Browse files Browse the repository at this point in the history
Update latest.php
  • Loading branch information
danielkerr committed Sep 21, 2015
2 parents 4264497 + bf76b97 commit 68f70b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload/catalog/controller/module/latest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function index($setting) {
'special' => $special,
'tax' => $tax,
'rating' => $rating,
'href' => $this->url->link('product/product', 'product_id=' . $result['product_id']),
'href' => $this->url->link('product/product', 'product_id=' . $result['product_id'])
);
}

Expand All @@ -78,4 +78,4 @@ public function index($setting) {
}
}
}
}
}

0 comments on commit 68f70b0

Please sign in to comment.