diff options
author | zottel <github@zottel.net> | 2012-03-21 08:08:23 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-03-21 08:08:23 +0100 |
commit | 88bbc5e0bc89f84aaf5160546dfa782f8f1d7e5e (patch) | |
tree | dd2eff7d2870ee2c292fd39e69cdaa5a0a9b2fdb /include/Scrape.php | |
parent | cf347664165f97b5262d15464bbb169cbdb4ddd4 (diff) | |
parent | efd7c14c24aa45878ddc412413ea1593cafcd651 (diff) | |
download | volse-hubzilla-88bbc5e0bc89f84aaf5160546dfa782f8f1d7e5e.tar.gz volse-hubzilla-88bbc5e0bc89f84aaf5160546dfa782f8f1d7e5e.tar.bz2 volse-hubzilla-88bbc5e0bc89f84aaf5160546dfa782f8f1d7e5e.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'include/Scrape.php')
-rwxr-xr-x | include/Scrape.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scrape.php b/include/Scrape.php index 8344aa737..9c237916b 100755 --- a/include/Scrape.php +++ b/include/Scrape.php @@ -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) |