aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.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/identity.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/identity.php')
-rw-r--r--include/identity.php4
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';