aboutsummaryrefslogtreecommitdiffstats
path: root/mod/thing.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-30 15:41:42 -0800
committerfriendica <info@friendica.com>2013-12-30 15:41:42 -0800
commit4c541bb680823b7488a2614b5ef0231ad38b42c8 (patch)
tree7a286e9451d58d299d9cee2183ff4ee2398fb371 /mod/thing.php
parent0dd7d936744cccfac4228cabecddc59ce05eb26c (diff)
downloadvolse-hubzilla-4c541bb680823b7488a2614b5ef0231ad38b42c8.tar.gz
volse-hubzilla-4c541bb680823b7488a2614b5ef0231ad38b42c8.tar.bz2
volse-hubzilla-4c541bb680823b7488a2614b5ef0231ad38b42c8.zip
expose profile things in the UI
Diffstat (limited to 'mod/thing.php')
-rw-r--r--mod/thing.php4
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 = '';