diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-27 23:59:45 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-27 23:59:45 +0200 |
commit | 208d38207e80dc82a9e97d53153a7dfceb0496a5 (patch) | |
tree | 4e29ff120509dad53511cd75fec8628e8005a3b3 /include | |
parent | ffe80c66d7da1e80525dfa9448d260f8dcdea04a (diff) | |
download | volse-hubzilla-208d38207e80dc82a9e97d53153a7dfceb0496a5.tar.gz volse-hubzilla-208d38207e80dc82a9e97d53153a7dfceb0496a5.tar.bz2 volse-hubzilla-208d38207e80dc82a9e97d53153a7dfceb0496a5.zip |
Update acl_selectors.php
Diffstat (limited to 'include')
-rw-r--r-- | include/acl_selectors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acl_selectors.php b/include/acl_selectors.php index bada3e528..c7a87afee 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -89,7 +89,7 @@ function populate_acl($defaults = null,$show_jotnets = true, $emptyACL_descripti } } - $r = q("SELECT id, hash, gname FROM groups WHERE deleted = 0 AND uid = %d ORDER BY gname ASC", + $r = q("SELECT id, hash, gname FROM pgrp WHERE deleted = 0 AND uid = %d ORDER BY gname ASC", intval(local_channel()) ); |