]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/fixup_replies.php
change LACONICA to STATUSNET
[quix0rs-gnu-social.git] / scripts / fixup_replies.php
index 39ec268f3bdd76cc8aa2a5bf45789dad1cd195b7..63dd6b35a41133c00657800eba9a1968c97788da 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');