]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/subscribe.php
define LACONICA and accept LACONICA for backwards compatibility
[quix0rs-gnu-social.git] / actions / subscribe.php
index fb1fb5e6bbe758fb7bd8f6f802d08c75641e10f9..4c46806e4047bcb211dcbffa71e2e2e8e376e076 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 SubscribeAction extends Action
 {