diff options
author | friendica <info@friendica.com> | 2014-10-05 15:42:25 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-05 15:42:25 -0700 |
commit | bf6c72fc0ed943879f573710d88c12e402a90f6f (patch) | |
tree | eab5efae303b09f4dad532e094938eb05f4ac1c7 /include/identity.php | |
parent | d4a6a6b4f513cfe4cb1b7a003e10d8dc9edcdfff (diff) | |
parent | 7bad7e505a3986044ce0150c7ebd4486c44adfd7 (diff) | |
download | volse-hubzilla-bf6c72fc0ed943879f573710d88c12e402a90f6f.tar.gz volse-hubzilla-bf6c72fc0ed943879f573710d88c12e402a90f6f.tar.bz2 volse-hubzilla-bf6c72fc0ed943879f573710d88c12e402a90f6f.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/identity.php')
-rw-r--r-- | include/identity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php index fc07bd4e4..fafb97bbb 100644 --- a/include/identity.php +++ b/include/identity.php @@ -1369,7 +1369,7 @@ function get_default_profile_photo($size = 175) { $scheme = get_config('system','default_profile_photo'); if(! $scheme) $scheme = 'rainbow_man'; - return 'images/default_profile_photos/' . $scheme . '/' . $size . '.jpg'; + return 'images/default_profile_photos/' . $scheme . '/' . $size . '.png'; } |