summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/invite.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/invite.php b/actions/invite.php
index bb74d68e4..f4ad2f7c5 100644
--- a/actions/invite.php
+++ b/actions/invite.php
@@ -22,6 +22,10 @@ if (!defined('LACONICA')) { exit(1); }
class InviteAction extends Action
{
var $mode = null;
+ var $error = null;
+ var $already = null;
+ var $subbed = null;
+ var $sent = null;
function isReadOnly()
{