|
...
|
...
|
@@ -130,6 +130,9 @@ class KeywordLogic extends BaseLogic |
|
|
|
if(!isset($param['is_video_keyword']) || $param['is_video_keyword'] == null){
|
|
|
|
$param['is_video_keyword'] = 0;
|
|
|
|
}
|
|
|
|
if(!empty($param['seo_title'])){
|
|
|
|
$param['seo_title'] = ucfirst($param['seo_title']);
|
|
|
|
}
|
|
|
|
$param['first_word'] = $this->first_word($param['title']);
|
|
|
|
return $param;
|
|
|
|
}
|
...
|
...
|
|