diff options
Diffstat (limited to 'plugins/Meteor/MeteorPlugin.php')
-rw-r--r-- | plugins/Meteor/MeteorPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Meteor/MeteorPlugin.php b/plugins/Meteor/MeteorPlugin.php index 4cb05693b..5b345d7c2 100644 --- a/plugins/Meteor/MeteorPlugin.php +++ b/plugins/Meteor/MeteorPlugin.php @@ -27,7 +27,7 @@ * @link http://status.net/ */ -if (!defined('STATUSNET')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } |