From 2b3cc585a24cbdf97e8e2382752297bc4f725e12 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 21 Dec 2014 14:43:06 -0800 Subject: fix double encoding of homepage in profile activity - not as straight-forward as it looked --- mod/profiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profiles.php') 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) -- cgit v1.2.3