Remove space

This commit is contained in:
Michael 2021-07-04 17:36:28 +00:00
commit 0d0b14303a
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ function photos_init(App $a) {
$a->profile_uid = $user['uid'];
$is_owner = (local_user() && (local_user() == $a->profile_uid));
$profile = User::getOwnerDataByNick($nick);
$profile = User::getOwnerDataByNick($nick);
$account_type = Contact::getAccountType($profile);