1
This commit is contained in:
parent
2b325c5b65
commit
9af50c0405
@ -36,7 +36,7 @@ class Emoji extends BaseModel
|
||||
)
|
||||
);
|
||||
$value = array();
|
||||
if ($row && $row['value']){
|
||||
if ($row){
|
||||
$value = explode('|',$row['value']) ;
|
||||
}else{
|
||||
$value= self::defaultUseEmoji();
|
||||
|
Loading…
x
Reference in New Issue
Block a user