fix a issue
This commit is contained in:
parent
5d721b2231
commit
63b083428f
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ $color = $account_row['color'];
|
|||
$verified = $account_row['verified'];
|
||||
$avatarUrl = $account_row['picture'];
|
||||
if ($account_row['description'] == "") {
|
||||
$description = null;
|
||||
$description = '""';
|
||||
} else {
|
||||
$description = '"' . $account_row['description'] . '"';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue