diff options
Diffstat (limited to 'actions/invite.php')
-rw-r--r-- | actions/invite.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/invite.php b/actions/invite.php index 7e52cdbcc..5dcc83652 100644 --- a/actions/invite.php +++ b/actions/invite.php @@ -1,7 +1,7 @@ <?php /* * Laconica - a distributed open-source microblogging tool - * Copyright (C) 2008, Controlez-Vous, Inc. + * Copyright (C) 2008, 2009, Control Yourself, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -class InviteAction extends Action +class InviteAction extends CurrentUserDesignAction { var $mode = null; var $error = null; |