]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: The notify value for Diaspora wasn't assigned
authorMichael Vogel <icarus@dabo.de>
Sat, 2 Jul 2016 19:14:21 +0000 (21:14 +0200)
committerMichael Vogel <icarus@dabo.de>
Sat, 2 Jul 2016 19:14:21 +0000 (21:14 +0200)
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;