fix double encoding of homepage in profile activity - not as straight-forward as it looked

This commit is contained in:
friendica
2014-12-21 14:43:06 -08:00
parent 0c98cacbcf
commit 2b3cc585a2
4 changed files with 8 additions and 3 deletions

View File

@@ -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)