aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-21 07:45:42 +0000
committerMario <mario@mariovavti.com>2022-01-21 07:46:12 +0000
commit7acc775c91a7aa80c08099a62d8d8c809adb7c0b (patch)
tree64acd0686036bf56d4b76876d507d041775faa96 /include
parent42b13614ebe8df79ad954269f9d5846dc6c9f5f9 (diff)
downloadvolse-hubzilla-7acc775c91a7aa80c08099a62d8d8c809adb7c0b.tar.gz
volse-hubzilla-7acc775c91a7aa80c08099a62d8d8c809adb7c0b.tar.bz2
volse-hubzilla-7acc775c91a7aa80c08099a62d8d8c809adb7c0b.zip
wrong function name
Diffstat (limited to 'include')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
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",