diff options
author | Michael Meer <michael@meer.name> | 2013-01-14 14:33:30 +0100 |
---|---|---|
committer | Michael Meer <michael@meer.name> | 2013-01-14 14:33:30 +0100 |
commit | eac452f5052a620b0724ca683026061fcbaa70d7 (patch) | |
tree | 61f001bd22b0589b9b53d8876d98c8290d9c0595 | |
parent | 1dd188a29e60bf0fb7b4c085250f1da2eb07538f (diff) | |
download | volse-hubzilla-eac452f5052a620b0724ca683026061fcbaa70d7.tar.gz volse-hubzilla-eac452f5052a620b0724ca683026061fcbaa70d7.tar.bz2 volse-hubzilla-eac452f5052a620b0724ca683026061fcbaa70d7.zip |
rewrite of function profile_load with Mike
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1254,7 +1254,7 @@ function profile_load(&$a, $nickname, $profile = 0) { // Can the observer see our profile? require_once('include/permissions.php'); - if(! perm_is_allowed($user[0]['channel_id'],$observer['xchan_hash'],'view_profile') { + if(! perm_is_allowed($user[0]['channel_id'],$observer['xchan_hash'],'view_profile')) { // permission denied //TODO: place error message return; |