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