From 4d0ff7010995a9bb9395f4bdfb62ea86fad41f63 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 22 Jan 2009 22:59:18 +0000 Subject: Add attributes for invite --- actions/invite.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actions/invite.php') 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() { -- cgit v1.2.3-54-g00ecf