mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
잘못된 쿼리 변수명 수정
This commit is contained in:
parent
52d1d4ed8f
commit
eb025f1d2f
1 changed files with 1 additions and 2 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue