]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/fixup_hashtags.php
Fix option settings on oauth_post_notice.php
[quix0rs-gnu-social.git] / scripts / fixup_hashtags.php
index f663eb68934fdb5bc364b3a66366bc21f02ddbf9..5cfebd8ee8a7bd908f8d21339268a1baa8a8c0ec 100755 (executable)
@@ -25,7 +25,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
 }
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('LACONICA', true);
+define('STATUSNET', true);
+define('LACONICA', true); // compatibility
 
 require_once(INSTALLDIR . '/lib/common.php');