mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-12 23:12:13 +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;
|
||||
$default_value = $join_form_list[$i]->default_value;
|
||||
// Add language variable
|
||||
if(!isset($lang->extend_vars)) $lang->extend_vars = array();
|
||||
$lang->extend_vars[$column_name] = $column_title;
|
||||
// unserialize if the data type if checkbox, select and so on
|
||||
if(in_array($column_type, array('checkbox','select','radio')))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue