X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fvideos.php;h=89097f5cde3f4a4cb6e5792b8a5bb3d1b9f2e546;hb=c41aaf8a17405e4e11366fec14519994612744b1;hp=3dd17179ae5e281813d3ce25657630493ada2d5a;hpb=71820db023f769afa22a5f1362913b8e22199cf1;p=friendica.git diff --git a/mod/videos.php b/mod/videos.php index 3dd17179ae..89097f5cde 100644 --- a/mod/videos.php +++ b/mod/videos.php @@ -1,6 +1,6 @@ data['user'] = $user[0]; $a->profile_uid = $user[0]['uid']; - $profile = Profile::getByNickname($nick, $a->profile_uid); + $profile = User::getOwnerDataByNick($nick); $account_type = Contact::getAccountType($profile);