]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
diabook-themes: minor bugfixes
[friendica.git] / mod / dfrn_confirm.php
index 2f4fb70452b51b8515b9b80ade073aae9a953a4e..efb5be3a412acc134699a81ab5efe378ec131fb3 100644 (file)
@@ -655,7 +655,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
                if(count($r))
                        $photo = $r[0]['photo'];
                else
-                       $photo = $a->get_baseurl() . '/images/default-profile.jpg';
+                       $photo = $a->get_baseurl() . '/images/person-175.jpg';
                                
                require_once("Photo.php");