]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
Move HTML part of oid to template + replace outside the tpl
[friendica.git] / mod / dfrn_confirm.php
index 8e39f5fd0bc0308118b628e9fa357d54cd4ab478..f02119807f83b8e53e558ff8193711404ddeafaf 100644 (file)
@@ -671,7 +671,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
                else
                        $photo = $a->get_baseurl() . '/images/person-175.jpg';
                                
-               require_once("Photo.php");
+               require_once("include/Photo.php");
 
                $photos = import_profile_photo($photo,$local_uid,$dfrn_record);