Remove space

This commit is contained in:
Michael 2021-07-04 17:36:28 +00:00
parent f0268b57be
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);

View File

@ -55,7 +55,7 @@ function videos_init(App $a)
$a->data['user'] = $user[0];
$a->profile_uid = $user[0]['uid'];
$profile = User::getOwnerDataByNick($nick);
$profile = User::getOwnerDataByNick($nick);
$account_type = Contact::getAccountType($profile);