]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/invite.php
define LACONICA and accept LACONICA for backwards compatibility
[quix0rs-gnu-social.git] / actions / invite.php
index d8f15705bcdaabfc98b46ff6a60384cbb8c75fcf..ab43a2491d581edfb17120d50cbb32f02eb2b65c 100644 (file)
@@ -17,7 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-if (!defined('STATUSNET')) { exit(1); }
+if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
 
 class InviteAction extends CurrentUserDesignAction
 {