From 7acc775c91a7aa80c08099a62d8d8c809adb7c0b Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 21 Jan 2022 07:45:42 +0000 Subject: wrong function name --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 666d90838..05bf2bc7c 100644 --- a/include/text.php +++ b/include/text.php @@ -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", -- cgit v1.2.3