srl column don't use comment_srl number.

This commit is contained in:
BJRambo 2016-09-10 05:06:00 +09:00
parent 99e1870e2f
commit ab4c3d3705

View file

@ -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())
{