aboutsummaryrefslogtreecommitdiffstats
path: root/include/permissions.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-19 16:29:35 -0800
committerfriendica <info@friendica.com>2014-11-19 16:29:35 -0800
commit50244f943d0a14e3d7a7fcbe7f51d02dbe039879 (patch)
tree3e3272e4026ebf1244321541a9b7b67418bb2231 /include/permissions.php
parent7fec939c23f2a23c8ac123d8a416cb2bde9ffbd9 (diff)
downloadvolse-hubzilla-50244f943d0a14e3d7a7fcbe7f51d02dbe039879.tar.gz
volse-hubzilla-50244f943d0a14e3d7a7fcbe7f51d02dbe039879.tar.bz2
volse-hubzilla-50244f943d0a14e3d7a7fcbe7f51d02dbe039879.zip
minor photo flag issue - and some more whitespace edits
Diffstat (limited to 'include/permissions.php')
-rw-r--r--include/permissions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/permissions.php b/include/permissions.php
index 0ad28b3f1..b078de4d5 100644
--- a/include/permissions.php
+++ b/include/permissions.php
@@ -257,7 +257,7 @@ function perm_is_allowed($uid,$observer_xchan,$permission) {
$channel_perm = $global_perms[$permission][0];
- $r = q("select %s, channel_hash from channel where channel_id = %d limit 1",
+ $r = q("select %s, channel_pageflags, channel_hash from channel where channel_id = %d limit 1",
dbesc($channel_perm),
intval($uid)
);