diff options
author | Mario <mario@mariovavti.com> | 2020-12-15 10:04:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-12-15 10:04:22 +0000 |
commit | 59f1c038fe3d26449e3d4475dba89f10165f71f6 (patch) | |
tree | 52bdcca52e0b371e13f04b2779ca8d73a0e6af82 | |
parent | 006a409eb80317a89d48edb53e9d40b357badffd (diff) | |
download | volse-hubzilla-59f1c038fe3d26449e3d4475dba89f10165f71f6.tar.gz volse-hubzilla-59f1c038fe3d26449e3d4475dba89f10165f71f6.tar.bz2 volse-hubzilla-59f1c038fe3d26449e3d4475dba89f10165f71f6.zip |
use refresh_all in mod import
-rw-r--r-- | Zotlabs/Module/Import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Import.php b/Zotlabs/Module/Import.php index 79842aa5e..cd99fb3c0 100644 --- a/Zotlabs/Module/Import.php +++ b/Zotlabs/Module/Import.php @@ -588,7 +588,7 @@ class Import extends \Zotlabs\Web\Controller { // send out refresh requests // notify old server that it may no longer be primary. - \Zotlabs\Daemon\Master::Summon(array('Notifier','location',$channel['channel_id'])); + \Zotlabs\Daemon\Master::Summon(array('Notifier','refresh_all',$channel['channel_id'])); // This will indirectly perform a refresh_all *and* update the directory |