diff options
author | Brion Vibber <brion@pobox.com> | 2009-11-03 15:23:28 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-11-03 15:23:28 -0800 |
commit | 70a950c79f23108843eb780d9564efe72766af61 (patch) | |
tree | d66aa49a3dd2abd0e4a9be5af90caf93d0c8e749 /actions/register.php | |
parent | 5aa9de3364328cfc26a305de34cdffefcd8688dc (diff) |
Bug 1817: undefined property in registration form
http://status.net/trac/ticket/1817
Diffstat (limited to 'actions/register.php')
-rw-r--r-- | actions/register.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/actions/register.php b/actions/register.php index a6c1a903a..57f8e7bdf 100644 --- a/actions/register.php +++ b/actions/register.php @@ -56,6 +56,12 @@ class RegisterAction extends Action var $registered = false; /** + * Are we processing an invite? + */ + + var $invite = null; + + /** * Prepare page to run * * |