mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Remove file upload type from member extra vars
This commit is contained in:
parent
a6d9f84147
commit
102df52ef4
2 changed files with 5 additions and 1 deletions
|
|
@ -307,6 +307,10 @@ class MemberAdminModel extends Member
|
|||
$id_list = implode(',',$list);
|
||||
Context::set('id_list',$id_list);
|
||||
|
||||
$extravar_types = lang('common.column_type_list');
|
||||
unset($extravar_types['file']);
|
||||
Context::set('extravar_types', $extravar_types);
|
||||
|
||||
$oTemplate = TemplateHandler::getInstance();
|
||||
$tpl = $oTemplate->compile($this->module_path.'tpl', 'insert_join_form');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue