aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-10-01 22:59:54 +0100
committerThomas Willingham <founder@kakste.com>2013-10-01 22:59:54 +0100
commit5d3dbfae4c544a2f46ca9463461d537aa8940c73 (patch)
tree6aeb5faa3e8949db000b541526f94f97dad24c5a
parent70fd797994e4b861d20d99cec2a7d801e478d894 (diff)
downloadvolse-hubzilla-5d3dbfae4c544a2f46ca9463461d537aa8940c73.tar.gz
volse-hubzilla-5d3dbfae4c544a2f46ca9463461d537aa8940c73.tar.bz2
volse-hubzilla-5d3dbfae4c544a2f46ca9463461d537aa8940c73.zip
revert that
-rw-r--r--mod/channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/channel.php b/mod/channel.php
index 9fa4bbe80..5a66f5e07 100644
--- a/mod/channel.php
+++ b/mod/channel.php
@@ -114,7 +114,7 @@ function channel_content(&$a, $update = 0, $load = false) {
$perms = get_all_perms($a->profile['profile_uid'],$ob_hash);
- if(! $perms['view_profile']) {
+ if(! $perms['view_stream']) {
notice( t('Permission denied.') . EOL);
return;
}