diff options
Diffstat (limited to 'lib/event.php')
-rw-r--r-- | lib/event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/event.php b/lib/event.php index 5df875be1..106bbfd04 100644 --- a/lib/event.php +++ b/lib/event.php @@ -27,7 +27,7 @@ * @link http://status.net/ */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET')) { exit(1); } |