Showing
1 changed file
with
1 additions
and
0 deletions
@@ -86,6 +86,7 @@ class Bootstrap extends Bootstrap_Abstract | @@ -86,6 +86,7 @@ class Bootstrap extends Bootstrap_Abstract | ||
86 | case 'web': | 86 | case 'web': |
87 | break; | 87 | break; |
88 | case 'search': // 搜索 | 88 | case 'search': // 搜索 |
89 | + $module = 'Product'; | ||
89 | if($urlAction == '/index') { | 90 | if($urlAction == '/index') { |
90 | $searchRequest = new Yaf\Request\Http('/product/search/index'); | 91 | $searchRequest = new Yaf\Request\Http('/product/search/index'); |
91 | $dispatcher->setRequest($searchRequest); | 92 | $dispatcher->setRequest($searchRequest); |
-
Please register or login to post a comment