]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/update_translations.php
change LACONICA to STATUSNET
[quix0rs-gnu-social.git] / scripts / update_translations.php
index 0dee4f5a55f983801bbac10581fce3d33e810f17..8120f636f61761e4e32de6296d65edab9f34a83c 100755 (executable)
@@ -25,7 +25,7 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
 }
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('LACONICA', true);
+define('STATUSNET', true);
 
 require_once(INSTALLDIR . '/lib/common.php');