From 2c90a73695df8435557895eafa5d77bc0c6b9839 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 8 Sep 2013 21:12:23 -0700 Subject: change from refresh_all to a directory update - which does a refresh_all and also updates the directory. --- mod/import.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mod/import.php') diff --git a/mod/import.php b/mod/import.php index a63ccb875..e2e54c0cd 100644 --- a/mod/import.php +++ b/mod/import.php @@ -347,7 +347,9 @@ function import_post(&$a) { } - proc_run('php', 'include/notifier.php', 'refresh_all', $channel['channel_id']); + // This will indirectly perform a refresh_all *and* update the directory + + proc_run('php', 'include/directory.php', $channel['channel_id']); // send out refresh requests -- cgit v1.2.3