mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Deleted test code
This commit is contained in:
parent
bcf6523e81
commit
e4140c5162
1 changed files with 1 additions and 1 deletions
|
|
@ -638,7 +638,7 @@ class commentController extends comment
|
|||
$module_info = $oModuleModel->getModuleInfoByDocumentSrl($obj->document_srl);
|
||||
|
||||
// If there is no problem to register comment then send an email to all admin were set in module admin panel
|
||||
if($module_info->admin_mail/* && $member_info->is_admin != 'Y'*/)
|
||||
if($module_info->admin_mail && $member_info->is_admin != 'Y')
|
||||
{
|
||||
$oMail = new Mail();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue