mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
srl column don't use comment_srl number.
This commit is contained in:
parent
99e1870e2f
commit
ab4c3d3705
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ class ncenterliteController extends ncenterlite
|
|||
}
|
||||
|
||||
$args = new stdClass();
|
||||
$args->srl = $obj->comment_srl;
|
||||
$args->target_srl = $obj->comment_srl;
|
||||
$output = executeQuery('ncenterlite.deleteNotifyBySrl', $args);
|
||||
if($output->toBool())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue