]> git.mxchange.org Git - friendica.git/commitdiff
Remove space
authorMichael <heluecht@pirati.ca>
Sun, 4 Jul 2021 17:36:28 +0000 (17:36 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 4 Jul 2021 17:36:28 +0000 (17:36 +0000)
mod/photos.php
mod/videos.php

index a5a1faf2ac325855543009281ad26d7b9c9af88b..dcea99991ac6f9f8b3a0f48015000ca279e18d50 100644 (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);
 
index de421df181629fb3ab96ee5d74f24e3aae395c1f..89097f5cde3f4a4cb6e5792b8a5bb3d1b9f2e546 100644 (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);