잘못된 쿼리 변수명 수정

This commit is contained in:
BJRambo 2023-08-31 00:30:30 +09:00
parent 52d1d4ed8f
commit eb025f1d2f

View file

@ -952,14 +952,13 @@ class ncenterliteController extends ncenterlite
}
$config = NcenterliteModel::getConfig();
if(empty($config->use))
{
return;
}
$args = new stdClass();
$args->target_srl = $obj->comment_srl;
$args->srl = $obj->comment_srl;
$output = executeQuery('ncenterlite.deleteNotifyBySrl', $args);
if($output->toBool())
{