Authored by 梁志锋

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

@@ -385,7 +385,7 @@ class AbstractAction extends Controller_Abstract @@ -385,7 +385,7 @@ class AbstractAction extends Controller_Abstract
385 385
386 if ($backUrl) { 386 if ($backUrl) {
387 $header['navBack'] = true; 387 $header['navBack'] = true;
388 - if (is_string($backUrl)) { 388 + if (is_string($backUrl) && $backUrl != '') {
389 $header['backUrl'] = $backUrl; 389 $header['backUrl'] = $backUrl;
390 } 390 }
391 } 391 }