]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/fixup_inboxes.php
change LACONICA to STATUSNET
[quix0rs-gnu-social.git] / scripts / fixup_inboxes.php
index 53af5e1a862f0b242557aa14ff57eccbf1d082fd..0640fcc4f451be83f978d6eb90fb8ff79be4bdd5 100755 (executable)
@@ -30,7 +30,7 @@ set_time_limit(0);
 mb_internal_encoding('UTF-8');
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('LACONICA', true);
+define('STATUSNET', true);
 
 require_once(INSTALLDIR . '/lib/common.php');