aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
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 4d38b2828..80f02a9c5 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -1124,7 +1124,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 . '.jpg';
}