aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-21 20:23:31 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-21 20:23:31 +0200
commit9638bf2b1eeb805b27eaf2f2e1e8a09bfd5c5514 (patch)
treeeb2c72120cd2b2e0625b3d02ede424b80c1ebe27 /include
parent6f43468724fccec3b37b7411a5ecb45a3ebe2e0b (diff)
downloadvolse-hubzilla-9638bf2b1eeb805b27eaf2f2e1e8a09bfd5c5514.tar.gz
volse-hubzilla-9638bf2b1eeb805b27eaf2f2e1e8a09bfd5c5514.tar.bz2
volse-hubzilla-9638bf2b1eeb805b27eaf2f2e1e8a09bfd5c5514.zip
provide a return path from settings pages
Diffstat (limited to 'include')
-rw-r--r--include/features.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/features.php b/include/features.php
index c3ef54945..460d2cb38 100644
--- a/include/features.php
+++ b/include/features.php
@@ -59,6 +59,8 @@ function process_features_post($uid, $features, $post_arr) {
else
set_pconfig($uid,'feature', $k, '');
}
+ if($post_arr['rpath'])
+ goaway($post_arr['rpath']);
}
function get_features($filtered = true, $level = (-1)) {