Showing
1 changed file
with
1 additions
and
1 deletions
@@ -482,7 +482,7 @@ class WebAction extends Controller_Abstract | @@ -482,7 +482,7 @@ class WebAction extends Controller_Abstract | ||
482 | 'gobytype'=> 'gobuy'.$channel, | 482 | 'gobytype'=> 'gobuy'.$channel, |
483 | 'searchcate'=>'searchcate'.$channel, | 483 | 'searchcate'=>'searchcate'.$channel, |
484 | 'header'=> true, | 484 | 'header'=> true, |
485 | - 'apiDomain'=>'' | 485 | + 'apiDomain'=> $apiDomain |
486 | ); | 486 | ); |
487 | $this->_view->assign('headerdata', $header); | 487 | $this->_view->assign('headerdata', $header); |
488 | } | 488 | } |
-
Please register or login to post a comment