mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Fix #1607 denied/limited reason not being saved as extra vars
This commit is contained in:
parent
588520ff4b
commit
0986ddf87d
4 changed files with 25 additions and 15 deletions
|
|
@ -5,14 +5,13 @@
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* high class of the member module
|
||||
*/
|
||||
class member extends ModuleObject {
|
||||
class member extends ModuleObject
|
||||
{
|
||||
/**
|
||||
* Use sha1 encryption
|
||||
*
|
||||
* @var boolean
|
||||
* Extra vars for admin purposes
|
||||
*/
|
||||
var $useSha1 = false;
|
||||
|
||||
public $admin_extra_vars = ['refused_reason', 'limited_reason'];
|
||||
|
||||
/**
|
||||
* constructor
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue