Block tags, not hide wall for community accounts

This commit is contained in:
Michael 2023-10-31 07:53:06 +00:00
parent 104ce7c64f
commit 20b095c7c5
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ class User
'deny_cid' => '',
'deny_gid' => '',
'blockwall' => true,
'hidewall' => true,
'blocktags' => true,
];
User::update($fields, $uid);