diff options
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 2 |
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)) { |