mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
조건문 수정.
This commit is contained in:
parent
bfc0f30caa
commit
741365a19c
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ class commentController extends comment
|
|||
// check if comment's module is using comment validation and set the publish status to 0 (false)
|
||||
// for inserting query, otherwise default is 1 (true - means comment is published)
|
||||
$using_validation = $this->isModuleUsingPublishValidation($obj->module_srl);
|
||||
if($manual_inserted)
|
||||
if(!$manual_inserted)
|
||||
{
|
||||
if(Context::get('is_logged'))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue