diff options
author | Brion Vibber <brion@pobox.com> | 2009-10-13 11:57:58 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-10-13 11:57:58 -0700 |
commit | 7ea73ccad6abd56b689cd7679ec44bef2a66bafb (patch) | |
tree | 3e9e95b16e02c1bd2c6a514c9e91feda33a1c6ec /scripts/commandline.inc | |
parent | 304b3cfff858a3fea8077fd5edf3a26d1c1cc0f4 (diff) | |
parent | c4028f1d0767b070d2b450f8bd6d4403a7644684 (diff) |
Merge branch '0.8.x' of gitorious.org:statusnet/mainline into 0.8.x
Diffstat (limited to 'scripts/commandline.inc')
-rw-r--r-- | scripts/commandline.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/commandline.inc b/scripts/commandline.inc index 1573b569d..9029bb19d 100644 --- a/scripts/commandline.inc +++ b/scripts/commandline.inc @@ -27,6 +27,7 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) { } define('STATUSNET', true); +define('LACONICA', true); // compatibility // Set various flags so we don't time out on long-running processes |