]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tag.php
define LACONICA and accept LACONICA for backwards compatibility
[quix0rs-gnu-social.git] / actions / tag.php
index 935d00ab06641c81ab692a6ecc1bd121e48f1237..f0ab30308cb3b5f2803b2e096189554677c3879f 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 TagAction extends Action
 {