minor photo flag issue - and some more whitespace edits

This commit is contained in:
friendica
2014-11-19 16:29:35 -08:00
parent 7fec939c23
commit 50244f943d
3 changed files with 6 additions and 6 deletions

View File

@@ -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)
);