diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-18 07:19:20 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-03-18 07:19:20 +0100 |
commit | 751e4181e5e875b9f9850700a3687774e4c53ab3 (patch) | |
tree | 87fd3a12a95ceb9aaa696e9968664a272d27799b /include/network.php | |
parent | 5fd03583a4f5d8bf0964c7881cbf7a8891513587 (diff) | |
parent | 4bb280bc2f7068f0c1199e9f8119e25278aa3bcb (diff) | |
download | volse-hubzilla-751e4181e5e875b9f9850700a3687774e4c53ab3.tar.gz volse-hubzilla-751e4181e5e875b9f9850700a3687774e4c53ab3.tar.bz2 volse-hubzilla-751e4181e5e875b9f9850700a3687774e4c53ab3.zip |
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'include/network.php')
-rwxr-xr-x | include/network.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/network.php b/include/network.php index c72919dd8..22157ff18 100755 --- a/include/network.php +++ b/include/network.php @@ -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(); |