minor photo flag issue - and some more whitespace edits
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user