Showing
1 changed file
with
1 additions
and
1 deletions
@@ -371,7 +371,7 @@ class ListModel | @@ -371,7 +371,7 @@ class ListModel | ||
371 | array_push($result['category'], array('subcategory' => $item['sub'])); | 371 | array_push($result['category'], array('subcategory' => $item['sub'])); |
372 | } | 372 | } |
373 | $result['allproduct'] = Helpers::url('/search/list', array( | 373 | $result['allproduct'] = Helpers::url('/search/list', array( |
374 | - 'shop' => $shop_id, | 374 | + 'shop_id' => $shop_id, |
375 | )); | 375 | )); |
376 | return $result; | 376 | return $result; |
377 | } | 377 | } |
-
Please register or login to post a comment