wrong function name

This commit is contained in:
Mario
2022-01-21 07:45:42 +00:00
parent 42b13614eb
commit 7acc775c91

View File

@@ -3044,7 +3044,7 @@ function handle_tag(&$body, &$str_tags, $profile_uid, $tag, $in_network = true)
// weird - as all the other tags are linked to something.
if(local_channel() && local_channel() == $profile_uid) {
$grp = AccessList::byname($profile_uid,$name);
$grp = AccessList::by_name($profile_uid,$name);
if($grp) {
$g = q("select hash from pgrp where id = %d and visible = 1 limit 1",