X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fregister.php;h=57f8e7bdf0394f450ad1cabd79e7fc166cd67429;hb=4a5bac43c33ef0006b85eb39eda10de55985d52d;hp=a6c1a903aab33811e019176ae88d011aa79e056d;hpb=6c615f6801540d8b28cdc6d4ecf817943c11db34;p=quix0rs-gnu-social.git diff --git a/actions/register.php b/actions/register.php index a6c1a903aa..57f8e7bdf0 100644 --- a/actions/register.php +++ b/actions/register.php @@ -55,6 +55,12 @@ class RegisterAction extends Action var $registered = false; + /** + * Are we processing an invite? + */ + + var $invite = null; + /** * Prepare page to run *