]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagother.php
define LACONICA and accept LACONICA for backwards compatibility
[quix0rs-gnu-social.git] / actions / tagother.php
index aaca46355f7dde2f5972e9a9e5abe0e538785a1c..c3f43be8ba42fac0b44e20e2dc4a740ab721e5f8 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); }
 
 require_once(INSTALLDIR.'/lib/settingsaction.php');