X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fupdate_translations.php;h=e204e747c8354d63c880afb29f76ccb9f270bf3b;hb=e086ef3a8479ff509e271bf7db3974d7b6ea6620;hp=1fe513b13baa86f19549b7014ea2bdb8416231f9;hpb=8884a5255fb90fda67b63fa0d4252d77176337e5;p=quix0rs-gnu-social.git diff --git a/scripts/update_translations.php b/scripts/update_translations.php index 1fe513b13b..e204e747c8 100755 --- a/scripts/update_translations.php +++ b/scripts/update_translations.php @@ -25,8 +25,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) { } define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -define('STATUSNET', true); -define('LACONICA', true); // compatibility +define('GNUSOCIAL', true); +define('STATUSNET', true); // compatibility require_once(INSTALLDIR . '/lib/common.php');