]> git.mxchange.org Git - friendica.git/blobdiff - include/Scrape.php
Bugfix: The notify value for Diaspora wasn't assigned
[friendica.git] / include / Scrape.php
index 32a93872c3bb68dcba22d5c812e47754fbb582f2..e2dc7d659941732b939b828823f931d98aff9663 100644 (file)
@@ -604,7 +604,8 @@ function probe_url($url, $mode = PROBE_NORMAL, $level = 1) {
                                $pubkey = $hcard_key;
                }
        }
-       if(($network != "") && $diaspora_base && $diaspora_guid) {
+
+       if(($network == "") && $diaspora_base && $diaspora_guid) {
                $diaspora_notify = $diaspora_base.'receive/users/'.$diaspora_guid;
                $diaspora = true;