]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/fixup_hashtags.php
change LACONICA to STATUSNET
[quix0rs-gnu-social.git] / scripts / fixup_hashtags.php
index f663eb68934fdb5bc364b3a66366bc21f02ddbf9..eba527b8d69a8ea15c22b743aa148b8262377965 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');