mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #1738 카테고리가 마지막 한개만 표시되는 문제 고침
This commit is contained in:
parent
eb56785d54
commit
290066cf37
1 changed files with 2 additions and 2 deletions
|
|
@ -2713,8 +2713,8 @@ class documentController extends document
|
|||
$node->document_count
|
||||
);
|
||||
|
||||
if($child_buff) $buff = sprintf('<node %s>%s</node>', $attribute, $child_buff);
|
||||
else $buff = sprintf('<node %s />', $attribute);
|
||||
if($child_buff) $buff .= sprintf('<node %s>%s</node>', $attribute, $child_buff);
|
||||
else $buff .= sprintf('<node %s />', $attribute);
|
||||
}
|
||||
return $buff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue