diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 22:59:18 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-22 22:59:18 +0000 |
commit | 4d0ff7010995a9bb9395f4bdfb62ea86fad41f63 (patch) | |
tree | 9685ed67ec95cb1e7e3decedf2e6b2ae4a4b81bd /actions/invite.php | |
parent | 05a88c8de5f613e100b7fb3641c52e7480997d0e (diff) |
Add attributes for invite
Diffstat (limited to 'actions/invite.php')
-rw-r--r-- | actions/invite.php | 4 |
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() { |