aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-20 19:35:00 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-20 19:35:00 -0700
commit5146e6e76bdc027cdb6036233cd1978a5bc036a3 (patch)
tree39b3392f1d4f56ae34a8fe2ccd47e1bb39fdf5e3 /include/network.php
parentd87c7ceeb03a348526cd2f8bb5643b13a1860b40 (diff)
parent4d45bc9da185c4c8f558b07f8020dce8171fb957 (diff)
downloadvolse-hubzilla-5146e6e76bdc027cdb6036233cd1978a5bc036a3.tar.gz
volse-hubzilla-5146e6e76bdc027cdb6036233cd1978a5bc036a3.tar.bz2
volse-hubzilla-5146e6e76bdc027cdb6036233cd1978a5bc036a3.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
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
+}