diff options
Diffstat (limited to 'actions/twitapitrends.php')
-rw-r--r-- | actions/twitapitrends.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/twitapitrends.php b/actions/twitapitrends.php index 436451c0f..83ab28f35 100644 --- a/actions/twitapitrends.php +++ b/actions/twitapitrends.php @@ -27,7 +27,7 @@ * @link http://status.net/ */ -if (!defined('STATUSNET')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } |