fix a issue

This commit is contained in:
Retrofoxxo 2024-08-12 19:54:29 +02:00 committed by GitHub
parent 5d721b2231
commit 63b083428f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'] . '"';
}