mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
Fix warning about undefined variable in member model
This commit is contained in:
parent
a7d586a855
commit
5820f02312
1 changed files with 1 additions and 0 deletions
|
|
@ -687,6 +687,7 @@ class memberModel extends member
|
||||||
$column_title = $join_form_list[$i]->column_title;
|
$column_title = $join_form_list[$i]->column_title;
|
||||||
$default_value = $join_form_list[$i]->default_value;
|
$default_value = $join_form_list[$i]->default_value;
|
||||||
// Add language variable
|
// Add language variable
|
||||||
|
if(!isset($lang->extend_vars)) $lang->extend_vars = array();
|
||||||
$lang->extend_vars[$column_name] = $column_title;
|
$lang->extend_vars[$column_name] = $column_title;
|
||||||
// unserialize if the data type if checkbox, select and so on
|
// unserialize if the data type if checkbox, select and so on
|
||||||
if(in_array($column_type, array('checkbox','select','radio')))
|
if(in_array($column_type, array('checkbox','select','radio')))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue