Bugfix: The notify value for Diaspora wasn't assigned

This commit is contained in:
Michael Vogel 2016-07-02 21:14:21 +02:00
parent 7cda169f24
commit 34475ad262
1 changed files with 2 additions and 1 deletions

View 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;