isAccessible()로 통일

This commit is contained in:
conory 2017-12-12 13:23:45 +09:00
parent 81986c40a9
commit f8ac11bda6
10 changed files with 16 additions and 22 deletions

View file

@ -297,7 +297,7 @@ class commentModel extends comment
* @param bool $published
* @return int
*/
function getCommentAllCount($module_srl, $published = null)
function getCommentAllCount($module_srl, $published = false)
{
$args = new stdClass();
$args->module_srl = $module_srl;