1
0
Fork 0

bug #337, call template_unescape() only at the end of template processing

This commit is contained in:
friendica 2012-03-17 18:15:36 -07:00
commit 67fd539f53
4 changed files with 5 additions and 5 deletions

View file

@ -303,7 +303,7 @@ function webfinger_dfrn($s,&$hcard) {
if(! function_exists('webfinger')) {
function webfinger($s) {
function webfinger($s, $debug = false) {
$host = '';
if(strstr($s,'@')) {
$host = substr($s,strpos($s,'@') + 1);
@ -328,7 +328,7 @@ function webfinger($s) {
}}
if(! function_exists('lrdd')) {
function lrdd($uri) {
function lrdd($uri, $debug = false) {
$a = get_app();