aboutsummaryrefslogtreecommitdiffstats
path: root/include/Scrape.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-19 04:11:06 -0700
committerFriendika <info@friendika.com>2011-08-19 04:11:06 -0700
commit68c237f79f39dd5296770d872aa4a3f439448b28 (patch)
tree4cad10d24c38844f8c80503d421c8297c4379f5e /include/Scrape.php
parent16129a4b8c689cfa4c8dcd793f39d91e026abc72 (diff)
downloadvolse-hubzilla-68c237f79f39dd5296770d872aa4a3f439448b28.tar.gz
volse-hubzilla-68c237f79f39dd5296770d872aa4a3f439448b28.tar.bz2
volse-hubzilla-68c237f79f39dd5296770d872aa4a3f439448b28.zip
typo on d* path
Diffstat (limited to 'include/Scrape.php')
-rw-r--r--include/Scrape.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scrape.php b/include/Scrape.php
index 1c9fe7d45..cc46af644 100644
--- a/include/Scrape.php
+++ b/include/Scrape.php
@@ -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);
}