]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/update_translations.php
define LACONICA and accept LACONICA for backwards compatibility
[quix0rs-gnu-social.git] / scripts / update_translations.php
index 4f02b55ec718517aa4840a12ce22bc186b94af9d..f145c1f0b67206081a60448e739400a33b1e4b5e 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');