forked from GNUsocial/gnu-social
Bug 1817: undefined property in registration form
http://status.net/trac/ticket/1817
This commit is contained in:
parent
5aa9de3364
commit
70a950c79f
@ -55,6 +55,12 @@ class RegisterAction extends Action
|
|||||||
|
|
||||||
var $registered = false;
|
var $registered = false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Are we processing an invite?
|
||||||
|
*/
|
||||||
|
|
||||||
|
var $invite = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prepare page to run
|
* Prepare page to run
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user