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