move *_divmore_height setting to the module extra_settings, and fix issue where feature settings were not synced if rpath was provided

This commit is contained in:
Mario Vavti
2018-10-04 21:38:39 +02:00
parent 6e03104e3e
commit d4af745fc8
14 changed files with 95 additions and 18 deletions

View File

@@ -16,6 +16,10 @@ class Directory {
process_module_features_post(local_channel(), $features, $_POST);
build_sync_packet();
if($_POST['rpath'])
goaway($_POST['rpath']);
return;
}