diff options
author | Mario <mario@mariovavti.com> | 2020-11-15 11:48:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-15 11:48:23 +0000 |
commit | 57d9b1b332623cf8a77a499adbe16bb5ad3888e1 (patch) | |
tree | e75853e453054f4df8e1970bd4ec4ba8931140d3 /Zotlabs/Daemon/Directory.php | |
parent | 67f8b78a7df8776af0540483358511a5fe39a2cf (diff) | |
download | volse-hubzilla-57d9b1b332623cf8a77a499adbe16bb5ad3888e1.tar.gz volse-hubzilla-57d9b1b332623cf8a77a499adbe16bb5ad3888e1.tar.bz2 volse-hubzilla-57d9b1b332623cf8a77a499adbe16bb5ad3888e1.zip |
fix directory post url
Diffstat (limited to 'Zotlabs/Daemon/Directory.php')
-rw-r--r-- | Zotlabs/Daemon/Directory.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Directory.php b/Zotlabs/Daemon/Directory.php index c698995c2..ab58432de 100644 --- a/Zotlabs/Daemon/Directory.php +++ b/Zotlabs/Daemon/Directory.php @@ -58,7 +58,8 @@ class Directory { // otherwise send the changes upstream $directory = Libzotdir::find_upstream_directory($dirmode); - $url = $directory['url'] . '/post'; + + $url = $directory['url'] . '/zot'; // ensure the upstream directory is updated |