default photo issue, and connections page showing deleted accounts. Also show last updated on connedit page

This commit is contained in:
friendica
2013-12-19 19:16:46 -08:00
parent 648a7a5735
commit bccc20f38c
5 changed files with 12 additions and 6 deletions

View File

@@ -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';
}