aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2018-09-27 23:50:26 +0200
committerMax Kostikov <max@kostikov.co>2018-09-27 23:50:26 +0200
commita45fe72eb9278969e3426135cad8f2eec4a5a35a (patch)
tree8644e0fa34f3e03f4ddb86cc65c7119a9fa78a3e /include/text.php
parent62d64631b52f855d04da38059c13e4d4d404d8be (diff)
downloadvolse-hubzilla-a45fe72eb9278969e3426135cad8f2eec4a5a35a.tar.gz
volse-hubzilla-a45fe72eb9278969e3426135cad8f2eec4a5a35a.tar.bz2
volse-hubzilla-a45fe72eb9278969e3426135cad8f2eec4a5a35a.zip
Update text.php
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 4b5442985..7782eac40 100644
--- a/include/text.php
+++ b/include/text.php
@@ -2737,7 +2737,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag, $i
$grp = group_byname($profile_uid,$name);
if($grp) {
- $g = q("select hash from groups where id = %d and visible = 1 limit 1",
+ $g = q("select hash from pgrp where id = %d and visible = 1 limit 1",
intval($grp)
);
if($g && $exclusive) {