]> git.mxchange.org Git - friendica.git/blobdiff - include/network.php
Merge pull request #163 from tomtom84/master
[friendica.git] / include / network.php
index c72919dd8baf1fdaf25489e4ebccdd2f0fdd65c1..22157ff1889ce6ef4cebb8df3e09cce902ae7fba 100755 (executable)
@@ -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();