aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-05 15:42:25 -0700
committerfriendica <info@friendica.com>2014-10-05 15:42:25 -0700
commitbf6c72fc0ed943879f573710d88c12e402a90f6f (patch)
treeeab5efae303b09f4dad532e094938eb05f4ac1c7 /include/identity.php
parentd4a6a6b4f513cfe4cb1b7a003e10d8dc9edcdfff (diff)
parent7bad7e505a3986044ce0150c7ebd4486c44adfd7 (diff)
downloadvolse-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.php2
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';
}