diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-05-23 23:42:19 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-05-23 23:42:19 -0400 |
commit | 6335c9cf59b384da24506c4a3f799315fbbc4b09 (patch) | |
tree | a9e941188b299e71e43064890b0baf2aa1f61f22 /actions/invite.php | |
parent | d60c399d825dc373630042d12f90c01886cc32f5 (diff) |
make invite use the current user's design
Diffstat (limited to 'actions/invite.php')
-rw-r--r-- | actions/invite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/invite.php b/actions/invite.php index 7e52cdbcc..c793f5824 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -class InviteAction extends Action +class InviteAction extends CurrentUserDesignAction { var $mode = null; var $error = null; |