]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/fixup_hashtags.php
define LACONICA and accept LACONICA for backwards compatibility
[quix0rs-gnu-social.git] / scripts / fixup_hashtags.php
index eba527b8d69a8ea15c22b743aa148b8262377965..5cfebd8ee8a7bd908f8d21339268a1baa8a8c0ec 100755 (executable)
@@ -26,6 +26,7 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
 define('STATUSNET', true);
+define('LACONICA', true); // compatibility
 
 require_once(INSTALLDIR . '/lib/common.php');