typo on d* path

This commit is contained in:
Friendika 2011-08-19 04:11:06 -07:00
parent 16129a4b8c
commit 68c237f79f
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ function probe_url($url, $mode = PROBE_NORMAL) {
if($diaspora && $diaspora_base && $diaspora_guid) {
if($mode == PROBE_DIASPORA || ! $notify)
$notify = $diaspora_base . 'receive/post/' . $diaspora_guid;
$notify = $diaspora_base . 'receive/users/' . $diaspora_guid;
if(strpos($url,'@'))
$addr = str_replace('acct:', '', $url);
}