diff options
Diffstat (limited to 'lib/profileaction.php')
-rw-r--r-- | lib/profileaction.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profileaction.php b/lib/profileaction.php index 8b0c3b87e..e3a39ad8b 100644 --- a/lib/profileaction.php +++ b/lib/profileaction.php @@ -28,7 +28,7 @@ * @link http://status.net/ */ -if (!defined('STATUSNET')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } |