diff options
author | friendica <info@friendica.com> | 2014-12-21 14:43:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-21 14:43:06 -0800 |
commit | 2b3cc585a24cbdf97e8e2382752297bc4f725e12 (patch) | |
tree | 59714f4ca85b0598437f0e2beff3bd1bbf5816db /mod/profiles.php | |
parent | 0c98cacbcf0c27aba6bea62b4bf3dc00c91b3962 (diff) | |
download | volse-hubzilla-2b3cc585a24cbdf97e8e2382752297bc4f725e12.tar.gz volse-hubzilla-2b3cc585a24cbdf97e8e2382752297bc4f725e12.tar.bz2 volse-hubzilla-2b3cc585a24cbdf97e8e2382752297bc4f725e12.zip |
fix double encoding of homepage in profile activity - not as straight-forward as it looked
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 6ecf7444a..1d784c506 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -611,7 +611,7 @@ function profiles_content(&$a) { } } -logger('extra_fields: ' . print_r($extra_fields,true)); +//logger('extra_fields: ' . print_r($extra_fields,true)); $f = get_config('system','birthday_input_format'); if(! $f) |