diff options
author | friendica <info@friendica.com> | 2013-09-08 21:05:39 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-08 21:05:39 -0700 |
commit | a09829a1ee62ec33904348979c5d5fbc6eb1bd6c (patch) | |
tree | 5d4caad2216bff0aafd8355d8d708e9446ecf05f /mod/import.php | |
parent | e11f2a9b022cbca170e3f1ce5fcd4d17ec63d3c6 (diff) | |
download | volse-hubzilla-a09829a1ee62ec33904348979c5d5fbc6eb1bd6c.tar.gz volse-hubzilla-a09829a1ee62ec33904348979c5d5fbc6eb1bd6c.tar.bz2 volse-hubzilla-a09829a1ee62ec33904348979c5d5fbc6eb1bd6c.zip |
perform a refresh_all when an import has completed so that all your connections get a fresh update.
Diffstat (limited to 'mod/import.php')
-rw-r--r-- | mod/import.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/import.php b/mod/import.php index 08311013a..a63ccb875 100644 --- a/mod/import.php +++ b/mod/import.php @@ -347,6 +347,8 @@ function import_post(&$a) { } + proc_run('php', 'include/notifier.php', 'refresh_all', $channel['channel_id']); + // send out refresh requests notice( t('Import completed.') . EOL); |