mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 18:02:15 +09:00
Fix #648 respect new member's allow_message setting
This commit is contained in:
parent
fa06094be0
commit
5d4f8b5b47
1 changed files with 1 additions and 1 deletions
|
|
@ -2007,7 +2007,7 @@ class memberController extends member
|
|||
// Control of essential parameters
|
||||
if($args->allow_mailing!='Y') $args->allow_mailing = 'N';
|
||||
if($args->denied!='Y') $args->denied = 'N';
|
||||
$args->allow_message= 'Y';
|
||||
if(!in_array($args->allow_message, array('Y', 'N', 'F'))) $args->allow_message = 'Y';
|
||||
|
||||
if($logged_info->is_admin == 'Y')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue