diff options
Diffstat (limited to 'mod/thing.php')
-rw-r--r-- | mod/thing.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/thing.php b/mod/thing.php index b4fdfa039..d3b47ebb9 100644 --- a/mod/thing.php +++ b/mod/thing.php @@ -237,8 +237,10 @@ function thing_content(&$a) { } } - if(! local_user()) + if(! local_user()) { + notice( t('Permission denied.') . EOL); return; + } $thing_hash = ''; |