code review by fei.hong: do modify app hotfix patch url
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -102,7 +102,7 @@ class Bootstrap extends Bootstrap_Abstract | @@ -102,7 +102,7 @@ class Bootstrap extends Bootstrap_Abstract | ||
102 | // break; | 102 | // break; |
103 | default: // 其它(识别为品牌) | 103 | default: // 其它(识别为品牌) |
104 | $module = 'Product'; | 104 | $module = 'Product'; |
105 | - $action = 'Sale'; | 105 | + $action = 'Brand'; |
106 | $dispatcher->getRequest()->setParam('named', $subDomain); | 106 | $dispatcher->getRequest()->setParam('named', $subDomain); |
107 | break; | 107 | break; |
108 | } | 108 | } |
-
Please register or login to post a comment