diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-04 21:38:39 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-04 21:38:39 +0200 |
commit | d4af745fc8000be9fcc198d3d0205a6b134e374c (patch) | |
tree | 9f3742fcf21e5d3ba48ec4922de43d07f1e97031 /Zotlabs/Module/Settings/Photos.php | |
parent | 6e03104e3ee785954b4f755240d1595f702522b2 (diff) | |
download | volse-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/Photos.php')
-rw-r--r-- | Zotlabs/Module/Settings/Photos.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Zotlabs/Module/Settings/Photos.php b/Zotlabs/Module/Settings/Photos.php index f403b4d38..9edbaa929 100644 --- a/Zotlabs/Module/Settings/Photos.php +++ b/Zotlabs/Module/Settings/Photos.php @@ -16,6 +16,10 @@ class Photos { process_module_features_post(local_channel(), $features, $_POST); build_sync_packet(); + + if($_POST['rpath']) + goaway($_POST['rpath']); + return; } |