mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Don't update admin extra vars in procMemberModifyInfo
This commit is contained in:
parent
605d8da7ee
commit
cb16e7a293
1 changed files with 0 additions and 7 deletions
|
|
@ -1187,13 +1187,6 @@ class memberController extends member
|
|||
$extra_vars->{$formInfo->name} = $all_args->{$formInfo->name};
|
||||
}
|
||||
}
|
||||
foreach($this->admin_extra_vars as $key)
|
||||
{
|
||||
if (isset($all_args->{$key}))
|
||||
{
|
||||
$extra_vars->{$key} = escape(utf8_clean($all_args->{$key}));
|
||||
}
|
||||
}
|
||||
|
||||
$args->extra_vars = serialize($extra_vars);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue