From c2f97f7490cd96e92432ca6c397dce2f6ab80eaa Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 5 Aug 2013 20:08:35 -0700 Subject: populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel). --- include/directory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/directory.php') diff --git a/include/directory.php b/include/directory.php index c286f5683..c0a8928c0 100644 --- a/include/directory.php +++ b/include/directory.php @@ -39,7 +39,7 @@ function directory_run($argv, $argc){ $directory = find_upstream_directory($dirmode); if($directory) { - $url = $directory['url']; + $url = $directory['url'] . '/post'; } else { $url = DIRECTORY_FALLBACK_MASTER . '/post'; -- cgit v1.2.3