Authored by Rock Zhang

Merge branch 'develop/wap' into beta/wap

@@ -220,7 +220,7 @@ class IndexController extends AbstractAction @@ -220,7 +220,7 @@ class IndexController extends AbstractAction
220 $data['goodList'] += $condition; 220 $data['goodList'] += $condition;
221 $data['pageFooter'] = true; 221 $data['pageFooter'] = true;
222 222
223 - if ($title === '') { 223 + if (empty($title)) {
224 $title = $domain; 224 $title = $domain;
225 } 225 }
226 $this->setTitle($title); 226 $this->setTitle($title);