mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +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
|
// List variables
|
||||||
if(!$args) $args = Context::gets('module_srl','category_srl','parent_srl','category_title','category_description','expand','group_srls','category_color','mid');
|
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->title = trim($args->category_title);
|
||||||
$args->description = $args->category_description;
|
$args->description = trim($args->category_description);
|
||||||
$args->color = $args->category_color;
|
$args->color = $args->category_color;
|
||||||
|
|
||||||
if(!$args->module_srl && $args->mid)
|
if(!$args->module_srl && $args->mid)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue