summaryrefslogtreecommitdiff
path: root/actions/invite.php
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2009-06-24 01:09:31 +0800
committerJeffery To <jeffery.to@gmail.com>2009-06-24 01:09:31 +0800
commit97373d845cd68d6145f3751c9f602b13f04b37df (patch)
tree8c8ddfb7735deeaf9ef8b2438430c1ddff7ceb78 /actions/invite.php
parent6d308f6ffe3f894c60fafaea3ceaef86d30dfe1d (diff)
parenteb40fbc17ad1efb0a4c51ee00b1e9408d2af382f (diff)
Merge branch '0.8.x' into invite-enabled
Diffstat (limited to 'actions/invite.php')
-rw-r--r--actions/invite.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/invite.php b/actions/invite.php
index 9631f7a7f..bdea4807d 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;