aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-18 16:05:40 -0800
committerfriendica <info@friendica.com>2013-01-18 16:05:40 -0800
commit652507dd5065ceff4b71b06ae0835f9a43df3751 (patch)
tree1846a2d44641a1c8a4a602142cb717f89e4795e9 /boot.php
parent65542460456a13b8619c1175ed8a5b0d9a1acc83 (diff)
parentbf4d3fe79c064c329e3425d5722285aa4f8ee6e1 (diff)
downloadvolse-hubzilla-652507dd5065ceff4b71b06ae0835f9a43df3751.tar.gz
volse-hubzilla-652507dd5065ceff4b71b06ae0835f9a43df3751.tar.bz2
volse-hubzilla-652507dd5065ceff4b71b06ae0835f9a43df3751.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 4bf3eecd7..f4c48dd3d 100644
--- a/boot.php
+++ b/boot.php
@@ -1258,7 +1258,7 @@ function profile_load(&$a, $nickname, $profile = 0) {
require_once('include/permissions.php');
if(! perm_is_allowed($user[0]['channel_id'],$observer['xchan_hash'],'view_profile')) {
// permission denied
- //TODO: place error message
+ notice( t(' Sorry, you don't have the permission to view this profile. ') . EOL);
return;
}