Authored by hf

code review by fei.hong: do modify app hotfix patch url

@@ -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 }