aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Settings/Manage.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Module/Settings/Manage.php')
-rw-r--r--Zotlabs/Module/Settings/Manage.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Manage.php b/Zotlabs/Module/Settings/Manage.php
index 9bae12022..cbc494cf8 100644
--- a/Zotlabs/Module/Settings/Manage.php
+++ b/Zotlabs/Module/Settings/Manage.php
@@ -2,6 +2,8 @@
namespace Zotlabs\Module\Settings;
+use Zotlabs\Lib\Libsync;
+
class Manage {
@@ -15,7 +17,7 @@ class Manage {
process_module_features_post(local_channel(), $features, $_POST);
- build_sync_packet();
+ Libsync::build_sync_packet();
if($_POST['rpath'])
goaway($_POST['rpath']);