aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Settings/Events.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-04 21:38:39 +0200
committerMario Vavti <mario@mariovavti.com>2018-10-04 21:38:39 +0200
commitd4af745fc8000be9fcc198d3d0205a6b134e374c (patch)
tree9f3742fcf21e5d3ba48ec4922de43d07f1e97031 /Zotlabs/Module/Settings/Events.php
parent6e03104e3ee785954b4f755240d1595f702522b2 (diff)
downloadvolse-hubzilla-d4af745fc8000be9fcc198d3d0205a6b134e374c.tar.gz
volse-hubzilla-d4af745fc8000be9fcc198d3d0205a6b134e374c.tar.bz2
volse-hubzilla-d4af745fc8000be9fcc198d3d0205a6b134e374c.zip
move *_divmore_height setting to the module extra_settings, and fix issue where feature settings were not synced if rpath was provided
Diffstat (limited to 'Zotlabs/Module/Settings/Events.php')
-rw-r--r--Zotlabs/Module/Settings/Events.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zotlabs/Module/Settings/Events.php b/Zotlabs/Module/Settings/Events.php
index fcb4441e1..eb6dda99b 100644
--- a/Zotlabs/Module/Settings/Events.php
+++ b/Zotlabs/Module/Settings/Events.php
@@ -16,6 +16,10 @@ class Events {
process_module_features_post(local_channel(), $features, $_POST);
build_sync_packet();
+
+ if($_POST['rpath'])
+ goaway($_POST['rpath']);
+
return;
}