summaryrefslogtreecommitdiff
path: root/scripts/twitterqueuehandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/twitterqueuehandler.php')
-rwxr-xr-xscripts/twitterqueuehandler.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/twitterqueuehandler.php b/scripts/twitterqueuehandler.php
index ce4d824d0..992141f9d 100755
--- a/scripts/twitterqueuehandler.php
+++ b/scripts/twitterqueuehandler.php
@@ -19,6 +19,8 @@
*/
define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));
+define('STATUSNET', true);
+define('LACONICA', true); // compatibility
$shortoptions = 'i::';
$longoptions = array('id::');