X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Ffixup_hashtags.php;h=5cfebd8ee8a7bd908f8d21339268a1baa8a8c0ec;hb=20f2167425fcbdca3281960297a0a006f4efbddf;hp=eba527b8d69a8ea15c22b743aa148b8262377965;hpb=c5cf2c4c94794a1aeea32a427ddd50e157fa893d;p=quix0rs-gnu-social.git diff --git a/scripts/fixup_hashtags.php b/scripts/fixup_hashtags.php index eba527b8d6..5cfebd8ee8 100755 --- a/scripts/fixup_hashtags.php +++ b/scripts/fixup_hashtags.php @@ -26,6 +26,7 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) { define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); define('STATUSNET', true); +define('LACONICA', true); // compatibility require_once(INSTALLDIR . '/lib/common.php');