Converted more double-quotes to single

This commit is contained in:
Roland Häder 2022-06-22 18:17:09 +02:00
parent b1b26062fc
commit d39717a2d5
Signed by: roland
GPG Key ID: C82EDE5DDFA0BA77
1 changed files with 1 additions and 1 deletions

View File

@ -1050,7 +1050,7 @@ function statusnet_createpost(App $a, $uid, $post, $self, $create_user, $only_ex
$own_url = DI::pConfig()->get($uid, 'statusnet', 'own_url');
if ($content->user->id == $own_url) {
$self = DBA::selectFirst('', ['self' => true, 'uid' => $uid]);
$self = DBA::selectFirst('*', ['self' => true, 'uid' => $uid]);
if (DBA::isResult($self)) {
$contactid = $self["id"];