Showing
1 changed file
with
2 additions
and
2 deletions
@@ -40,8 +40,8 @@ class SaleController extends WebAction | @@ -40,8 +40,8 @@ class SaleController extends WebAction | ||
40 | } | 40 | } |
41 | 41 | ||
42 | $options = array( | 42 | $options = array( |
43 | - 'controller' => $this->_request->controller, | ||
44 | - 'action' => $this->_request->action, | 43 | + 'controller' => 'sale', |
44 | + 'action' => 'index', | ||
45 | 'reviewNum' => 6 | 45 | 'reviewNum' => 6 |
46 | ); | 46 | ); |
47 | 47 |
-
Please register or login to post a comment