From 865b716f0919b6e5133133cd6be53f4143660324 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 25 Aug 2009 18:42:34 -0400 Subject: change LACONICA to STATUSNET --- scripts/fixup_hashtags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/fixup_hashtags.php') diff --git a/scripts/fixup_hashtags.php b/scripts/fixup_hashtags.php index f663eb689..eba527b8d 100755 --- a/scripts/fixup_hashtags.php +++ b/scripts/fixup_hashtags.php @@ -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'); -- cgit v1.2.3-54-g00ecf