Merge pull request #13589 from annando/community-presets
Block tags, not hide wall for community accounts
This commit is contained in:
commit
58b119250a
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ class User
|
||||||
'deny_cid' => '',
|
'deny_cid' => '',
|
||||||
'deny_gid' => '',
|
'deny_gid' => '',
|
||||||
'blockwall' => true,
|
'blockwall' => true,
|
||||||
'hidewall' => true,
|
'blocktags' => true,
|
||||||
];
|
];
|
||||||
|
|
||||||
User::update($fields, $uid);
|
User::update($fields, $uid);
|
||||||
|
|
Loading…
Reference in a new issue