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