X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fupdate_translations.php;h=f145c1f0b67206081a60448e739400a33b1e4b5e;hb=6020d85191bdd838acbeb40ab17035e378b0aee1;hp=4f02b55ec718517aa4840a12ce22bc186b94af9d;hpb=e3a53251c08ce5245f098bb37ca955016d9d57a0;p=quix0rs-gnu-social.git diff --git a/scripts/update_translations.php b/scripts/update_translations.php index 4f02b55ec7..f145c1f0b6 100755 --- a/scripts/update_translations.php +++ b/scripts/update_translations.php @@ -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');