mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
Merge branch 'develop' into next
This commit is contained in:
commit
ffe9cda5e0
37 changed files with 2047 additions and 1931 deletions
|
|
@ -920,7 +920,7 @@ class ncenterliteController extends ncenterlite
|
|||
}
|
||||
}
|
||||
}
|
||||
else if($oModule->act == 'dispBoardContent')
|
||||
elseif(preg_match('/^disp[A-Z][a-z0-9_]+Content$/', $oModule->act))
|
||||
{
|
||||
$document_srl = Context::get('document_srl');
|
||||
$oDocument = Context::get('oDocument');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue