mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
issue 1578 change variable name.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@10997 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
06b6b112f1
commit
64dc273bc2
4 changed files with 12 additions and 4 deletions
|
|
@ -491,7 +491,7 @@
|
|||
$args->member_join_form_srl = Context::get('member_join_form_srl');
|
||||
|
||||
$args->column_type = Context::get('column_type');
|
||||
$args->column_name = strtolower(Context::get('column_name'));
|
||||
$args->column_name = strtolower(Context::get('column_id'));
|
||||
$args->column_title = Context::get('column_title');
|
||||
$args->default_value = explode("\n", str_replace("\r", '', Context::get('default_value')));
|
||||
$args->required = Context::get('required');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue