mirror of
https://github.com/openvk/openvk
synced 2025-02-02 04:55:28 +03:00
ActivityPub: Fix syntax error
This commit is contained in:
parent
ca3cc49d35
commit
d0a38c8df1
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class User extends RowModel
|
|||
return ovk_scheme(true) . $_SERVER["SERVER_NAME"] . "/id" . $this->getId();
|
||||
}
|
||||
|
||||
function getAvatarUrl(bool $nullForDel = false): string
|
||||
function getAvatarUrl(bool $nullForDel = false): ?string
|
||||
{
|
||||
$serverUrl = ovk_scheme(true) . $_SERVER["SERVER_NAME"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue