mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix undefined variable in ncenterlite.controller.php
This commit is contained in:
parent
0ba4c51c3c
commit
11a845ecc9
1 changed files with 4 additions and 0 deletions
|
|
@ -957,6 +957,10 @@ class ncenterliteController extends ncenterlite
|
|||
{
|
||||
return;
|
||||
}
|
||||
if(empty($oModule->act))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if($oModule->act == 'dispBoardReplyComment')
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue