]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/fixup_hashtags.php
Added missing isPrivateScope().
[quix0rs-gnu-social.git] / scripts / fixup_hashtags.php
index 87bbecfb44ed57fbcfa21b4d9d4203fd39048efa..ac6522f3d91d157775954bb030207057125a0b21 100755 (executable)
@@ -25,8 +25,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
 }
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
-define('STATUSNET', true);
-define('LACONICA', true); // compatibility
+define('GNUSOCIAL', true);
+define('STATUSNET', true);  // compatibility
 
 require_once(INSTALLDIR . '/lib/common.php');