Authored by hf

fixes bug refs YW-917

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