mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Merge branch 'develop' into pr/session-fixall
This commit is contained in:
commit
b174ee7b1c
1 changed files with 2 additions and 2 deletions
|
|
@ -2240,8 +2240,8 @@ class documentController extends document
|
|||
{
|
||||
// List variables
|
||||
if(!$args) $args = Context::gets('module_srl','category_srl','parent_srl','category_title','category_description','expand','group_srls','category_color','mid');
|
||||
$args->title = $args->category_title;
|
||||
$args->description = $args->category_description;
|
||||
$args->title = trim($args->category_title);
|
||||
$args->description = trim($args->category_description);
|
||||
$args->color = $args->category_color;
|
||||
|
||||
if(!$args->module_srl && $args->mid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue