Fix undefined variable in ncenterlite.controller.php

This commit is contained in:
Kijin Sung 2023-01-16 21:43:26 +09:00
parent 0ba4c51c3c
commit 11a845ecc9

View file

@ -957,6 +957,10 @@ class ncenterliteController extends ncenterlite
{
return;
}
if(empty($oModule->act))
{
return;
}
if($oModule->act == 'dispBoardReplyComment')
{