diff options
author | Hilmar R <u02@u29lx193> | 2021-01-23 00:08:25 +0100 |
---|---|---|
committer | Hilmar R <u02@u29lx193> | 2021-01-23 00:08:25 +0100 |
commit | abdf6f40a2712e31fe97d1d059bfea57a78be257 (patch) | |
tree | c523f888ed3941ee6976aa5960da6f75503ab903 /include | |
parent | 523765b968a5d94a98eee12854fc527d5abbc2e7 (diff) | |
download | volse-hubzilla-abdf6f40a2712e31fe97d1d059bfea57a78be257.tar.gz volse-hubzilla-abdf6f40a2712e31fe97d1d059bfea57a78be257.tar.bz2 volse-hubzilla-abdf6f40a2712e31fe97d1d059bfea57a78be257.zip |
at end of day, some files probably without conflicts so far
Diffstat (limited to 'include')
-rw-r--r-- | include/channel.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/channel.php b/include/channel.php index 2d79cd074..f2e7a703c 100644 --- a/include/channel.php +++ b/include/channel.php @@ -2021,7 +2021,7 @@ function get_theme_uid() { function get_default_profile_photo($size = 300) { $scheme = get_config('system','default_profile_photo'); if(! $scheme) - $scheme = 'rainbow_man'; + $scheme = 'human_confusion'; if(! is_dir('images/default_profile_photos/' . $scheme)) { $x = [ 'scheme' => $scheme, 'size' => $size, 'url' => '' ]; @@ -2030,7 +2030,7 @@ function get_default_profile_photo($size = 300) { return $x['url']; } else { - $scheme = 'rainbow_man'; + $scheme = 'human_confusion'; } } |