mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Merge branch 'rhymix:master' into master
This commit is contained in:
commit
e5b729f8e9
152 changed files with 2348 additions and 792 deletions
|
|
@ -1438,7 +1438,7 @@ class DocumentModel extends Document
|
|||
}
|
||||
|
||||
// add subcategories
|
||||
if(isset($args->category_srl) && $args->category_srl)
|
||||
if(isset($args->category_srl) && $args->category_srl && !is_array($args->category_srl))
|
||||
{
|
||||
$category_list = self::getCategoryList($args->module_srl);
|
||||
if(isset($category_list[$args->category_srl]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue