Add attributes for invite

This commit is contained in:
Evan Prodromou 2009-01-22 22:59:18 +00:00
parent 05a88c8de5
commit 4d0ff70109
1 changed files with 4 additions and 0 deletions

View File

@ -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()
{