]> git.mxchange.org Git - friendica.git/blobdiff - include/Scrape.php
Merge branch 'pull'
[friendica.git] / include / Scrape.php
old mode 100755 (executable)
new mode 100644 (file)
index 8344aa7..9c23791
@@ -684,7 +684,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
 
        if(! x($vcard,'photo')) {
                $a = get_app();
-               $vcard['photo'] = $a->get_baseurl() . '/images/default-profile.jpg' ; 
+               $vcard['photo'] = $a->get_baseurl() . '/images/person-175.jpg' ; 
        }
 
        if(! $profile)