Add attributes for invite
This commit is contained in:
parent
05a88c8de5
commit
4d0ff70109
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user