mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
if(empty($oModule->act))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if($oModule->act == 'dispBoardReplyComment')
|
if($oModule->act == 'dispBoardReplyComment')
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue