mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 04:42:14 +09:00
잘못된 if문 수정
This commit is contained in:
parent
d4f17ecbfa
commit
3b6e20f6ad
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ class boardController extends board
|
|||
$member_config = $oModuleModel->getModuleConfig('member');
|
||||
$is_logged = Context::get('is_logged');
|
||||
|
||||
if(!$is_logged && $member_config->webmaster_email)
|
||||
if(!$is_logged && !$member_config->webmaster_email)
|
||||
{
|
||||
$obj->email_address = $this->module_info->admin_mail;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue