mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix foreach() warning in BoardView::_fillModuleTitles()
This commit is contained in:
parent
3e18f2d6ba
commit
50133f6ae5
1 changed files with 5 additions and 0 deletions
|
|
@ -583,6 +583,11 @@ class boardView extends board
|
|||
{
|
||||
static $map = null;
|
||||
|
||||
if (!$document_list)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if ($this->include_modules)
|
||||
{
|
||||
if ($map === null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue