mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +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;
|
static $map = null;
|
||||||
|
|
||||||
|
if (!$document_list)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if ($this->include_modules)
|
if ($this->include_modules)
|
||||||
{
|
{
|
||||||
if ($map === null)
|
if ($map === null)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue