mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Fix the warning error in PHP8.0
This commit is contained in:
parent
290066cf37
commit
468368e1ba
1 changed files with 1 additions and 0 deletions
|
|
@ -2655,6 +2655,7 @@ class documentController extends document
|
|||
{
|
||||
if(!$source_node) return;
|
||||
|
||||
$buff = "";
|
||||
foreach($source_node as $category_srl => $node)
|
||||
{
|
||||
$child_buff = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue