diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-28 00:51:21 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-28 00:51:21 +0200 |
commit | 2836bce8fe358befe12960f72e700dfe95402cfa (patch) | |
tree | 125298cceb979a9c35acd183a273c4811330924a | |
parent | 7f95d47721e15ab2547173a9bc65ede51dd5303b (diff) | |
download | volse-hubzilla-2836bce8fe358befe12960f72e700dfe95402cfa.tar.gz volse-hubzilla-2836bce8fe358befe12960f72e700dfe95402cfa.tar.bz2 volse-hubzilla-2836bce8fe358befe12960f72e700dfe95402cfa.zip |
Update security.php
-rw-r--r-- | include/security.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/security.php b/include/security.php index adeb235ed..493d34699 100644 --- a/include/security.php +++ b/include/security.php @@ -577,7 +577,7 @@ function init_groups_visitor($contact_id) { // physical groups this channel is a member of - $r = q("SELECT hash FROM pgrp left join group_member on groups.id = group_member.gid WHERE xchan = '%s' ", + $r = q("SELECT hash FROM pgrp left join pgrp_member on pgrp.id = pgrp_member.gid WHERE xchan = '%s' ", dbesc($contact_id) ); if($r) { |