Skip to content

Commit

Permalink
썸네일을 가져오지 못하는 문제고침.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrambo committed Feb 1, 2017
1 parent 67c0ee8 commit 9e4a059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nproduct/nproduct.model.php
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ function discountItem(&$item, $group_list = null)
/**
* @brief discount items
*/
function discountItems($item_list, $group_list = array(), $width = 50, $height = 50, $delivfee_inadvance = null)
function discountItems(&$item_list, $group_list = array(), $width = 50, $height = 50, $delivfee_inadvance = null)
{
$oNcartModel = getModel('ncart');

Expand Down

0 comments on commit 9e4a059

Please sign in to comment.