Showing
1 changed file
with
1 additions
and
1 deletions
@@ -151,7 +151,7 @@ class NewsaleController extends AbstractAction | @@ -151,7 +151,7 @@ class NewsaleController extends AbstractAction | ||
151 | $channel = Helpers::getChannelByCookie(); | 151 | $channel = Helpers::getChannelByCookie(); |
152 | 152 | ||
153 | $data = NewsaleData::selectNewSaleProducts( | 153 | $data = NewsaleData::selectNewSaleProducts( |
154 | - $gender, $brand, $sort, $color, $size, $price, $p_d, $channel, $dayLimit, $limit, $page, $order | 154 | + $gender, $brand, $sort, $color, $size, $price, $p_d, $channel, $dayLimit, $limit, $page, $order, null |
155 | ); | 155 | ); |
156 | $result = \Product\NewsaleModel::selectData($data); | 156 | $result = \Product\NewsaleModel::selectData($data); |
157 | } | 157 | } |
-
Please register or login to post a comment