mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Preserve existing member extra_vars when updating
This commit is contained in:
parent
62d9befb0d
commit
85a337f0d3
3 changed files with 27 additions and 6 deletions
|
|
@ -11,6 +11,7 @@ class member extends ModuleObject
|
|||
* Extra vars for admin purposes
|
||||
*/
|
||||
public $admin_extra_vars = ['refused_reason', 'limited_reason'];
|
||||
public $nouse_extra_vars = ['error_return_url', 'success_return_url', '_rx_ajax_compat', '_rx_csrf_token', 'ruleset', 'captchaType', 'use_editor', 'use_html'];
|
||||
|
||||
/**
|
||||
* constructor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue