]> git.mxchange.org Git - friendica.git/blobdiff - include/follow.php
* Add MIME types for file attachments
[friendica.git] / include / follow.php
index b4d1732b88091e5e7b21af3d5c71294d12955b89..59f3b1a5fcdd662be427677ee7b5e8113da7a6cd 100644 (file)
@@ -218,7 +218,7 @@ function new_contact($uid,$url,$interactive = false) {
                group_add_member($uid,'',$contact_id,$g[0]['def_gid']);
        }
 
-       require_once("Photo.php");
+       require_once("include/Photo.php");
 
        $photos = import_profile_photo($ret['photo'],$uid,$contact_id);