Authored by hf

fixes bug refs YW-917

@@ -326,7 +326,7 @@ class AbstractAction extends Controller_Abstract @@ -326,7 +326,7 @@ class AbstractAction extends Controller_Abstract
326 $header['navTitle'] = $title; 326 $header['navTitle'] = $title;
327 } 327 }
328 if (!empty($homeUrl)) { 328 if (!empty($homeUrl)) {
329 - $header['navHome'] = $homeUrl; 329 + $header['navHome'] = $homeUrl . '?go=1';
330 } 330 }
331 331
332 // 根据COOKIE记录的频道进行导航定位 332 // 根据COOKIE记录的频道进行导航定位