Authored by hf

code review by fei.hong: do fixes bugs to special sale huodong

@@ -110,6 +110,7 @@ class Bootstrap extends Bootstrap_Abstract @@ -110,6 +110,7 @@ class Bootstrap extends Bootstrap_Abstract
110 $saleId = strtr($subDomainLow, array('specialsale' => '')); 110 $saleId = strtr($subDomainLow, array('specialsale' => ''));
111 $module = 'Product'; 111 $module = 'Product';
112 $controller = 'Sale'; 112 $controller = 'Sale';
  113 + $action = 'Index';
113 $dispatcher->getRequest()->setParam('specialsaleId', $saleId); 114 $dispatcher->getRequest()->setParam('specialsaleId', $saleId);
114 } 115 }
115 } 116 }