X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile_photo.php;h=64093b2de0fb4c062dbd3250f003963440e97761;hb=bf60ec070bb5af0eb1d37772cfdacda4f9c39a19;hp=39808776b7e4fad331db8a0cc9028221b3f73a97;hpb=f4fd67992812c5c356ff51e875077921a2222d90;p=friendica.git diff --git a/mod/profile_photo.php b/mod/profile_photo.php index 39808776b7..64093b2de0 100644 --- a/mod/profile_photo.php +++ b/mod/profile_photo.php @@ -8,7 +8,6 @@ function profile_photo_init(&$a) { return; } - require_once("mod/profile.php"); profile_load($a,$a->user['nickname']); }