Bug 1817: undefined property in registration form

http://status.net/trac/ticket/1817
This commit is contained in:
Brion Vibber 2009-11-03 15:23:28 -08:00
parent 5aa9de3364
commit 70a950c79f

View File

@ -55,6 +55,12 @@ class RegisterAction extends Action
var $registered = false;
/**
* Are we processing an invite?
*/
var $invite = null;
/**
* Prepare page to run
*