]> git.mxchange.org Git - friendica.git/blobdiff - mod/settings.php
Use correct variable to store user.hidewall in mod/settings
[friendica.git] / mod / settings.php
index b102fd3bd66bf2764f558c257c29c0561f3d2264..5ae4086b61741e48ce7145b555a06f073f2569de 100644 (file)
@@ -598,7 +598,7 @@ function settings_post(App $a)
                'allow_cid' => $str_contact_allow, 'allow_gid' => $str_group_allow, 'deny_cid' => $str_contact_deny, 'deny_gid' => $str_group_deny,
                'notify-flags' => $notify, 'page-flags' => $page_flags, 'account-type' => $account_type, 'default-location' => $defloc,
                'allow_location' => $allow_location, 'maxreq' => $maxreq, 'expire' => $expire, 'def_gid' => $def_gid, 'blockwall' => $blockwall,
-               'hidewall' => $hide_wall, 'blocktags' => $blocktags, 'unkmail' => $unkmail, 'cntunkmail' => $cntunkmail, 'language' => $language];
+               'hidewall' => $hidewall, 'blocktags' => $blocktags, 'unkmail' => $unkmail, 'cntunkmail' => $cntunkmail, 'language' => $language];
 
        if ($delete_openid) {
                $fields['openid'] = '';