mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
wrong function name
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user