diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-20 21:01:11 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-20 21:01:11 +0200 |
commit | 4d45bc9da185c4c8f558b07f8020dce8171fb957 (patch) | |
tree | b3b8884bfd9485dd0af8efba48aadc3245e05851 /include/identity.php | |
parent | 464625cd9107a82785bca40eb771a5c1149d8f2d (diff) | |
download | volse-hubzilla-4d45bc9da185c4c8f558b07f8020dce8171fb957.tar.gz volse-hubzilla-4d45bc9da185c4c8f558b07f8020dce8171fb957.tar.bz2 volse-hubzilla-4d45bc9da185c4c8f558b07f8020dce8171fb957.zip |
Fixes regarding the new default profile photo size. The default profile photos are just renamed. People which provided the originals are invited to reproduce them in the new 300 by 300 px format.
Diffstat (limited to 'include/identity.php')
-rw-r--r-- | include/identity.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/identity.php b/include/identity.php index 3925c3537..5a3861b31 100644 --- a/include/identity.php +++ b/include/identity.php @@ -1393,10 +1393,10 @@ function get_theme_uid() { * with the specified size. * * @param int $size -* one of (175, 80, 48) +* one of (300, 80, 48) * @returns string */ -function get_default_profile_photo($size = 175) { +function get_default_profile_photo($size = 300) { $scheme = get_config('system','default_profile_photo'); if(! $scheme) $scheme = 'rainbow_man'; |