make invite use the current user's design

This commit is contained in:
Evan Prodromou 2009-05-23 23:42:19 -04:00
parent d60c399d82
commit 6335c9cf59
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
if (!defined('LACONICA')) { exit(1); }
class InviteAction extends Action
class InviteAction extends CurrentUserDesignAction
{
var $mode = null;
var $error = null;