From 0d0b14303a5fded2a4d13c95d134c5db50ce68ff Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 4 Jul 2021 17:36:28 +0000 Subject: [PATCH] Remove space --- mod/photos.php | 2 +- mod/videos.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/photos.php b/mod/photos.php index a5a1faf2ac..dcea99991a 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -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); diff --git a/mod/videos.php b/mod/videos.php index de421df181..89097f5cde 100644 --- a/mod/videos.php +++ b/mod/videos.php @@ -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);