]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
make invite use the current user's design
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 24 May 2009 03:42:19 +0000 (23:42 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 24 May 2009 03:42:19 +0000 (23:42 -0400)
actions/invite.php

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