diff options
Diffstat (limited to 'mod/import.php')
-rw-r--r-- | mod/import.php | 4 |
1 files changed, 3 insertions, 1 deletions
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 |