mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
issue 2319, fixed a bug that does not delete description of extra variable when modify it.
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11134 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
246a2b9919
commit
2a71b33df7
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,7 @@
|
||||||
$type = Context::get('type');
|
$type = Context::get('type');
|
||||||
$is_required = Context::get('is_required');
|
$is_required = Context::get('is_required');
|
||||||
$default = Context::get('default');
|
$default = Context::get('default');
|
||||||
$desc = Context::get('desc');
|
$desc = Context::get('desc') ? Context::get('desc') : '';
|
||||||
$search = Context::get('search');
|
$search = Context::get('search');
|
||||||
$eid = Context::get('eid');
|
$eid = Context::get('eid');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue