aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-07-20 21:01:11 +0200
committerMario Vavti <mario@mariovavti.com>2015-07-20 21:01:11 +0200
commit4d45bc9da185c4c8f558b07f8020dce8171fb957 (patch)
treeb3b8884bfd9485dd0af8efba48aadc3245e05851 /include/network.php
parent464625cd9107a82785bca40eb771a5c1149d8f2d (diff)
downloadvolse-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/network.php')
-rw-r--r--include/network.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/network.php b/include/network.php
index 3abb1b40e..d9546a074 100644
--- a/include/network.php
+++ b/include/network.php
@@ -531,7 +531,7 @@ function avatar_img($email) {
$avatar = array();
$a = get_app();
- $avatar['size'] = 175;
+ $avatar['size'] = 300;
$avatar['email'] = $email;
$avatar['url'] = '';
$avatar['success'] = false;
@@ -1658,4 +1658,4 @@ function format_and_send_email($sender,$xchan,$item) {
-} \ No newline at end of file
+}