diff options
author | Mario <mario@mariovavti.com> | 2022-01-21 07:45:42 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-21 07:45:42 +0000 |
commit | c2e21e837f3d3449a44e976bc6192863ba7e75d7 (patch) | |
tree | 021b137ff3340713e21ab1365fa0a0cce4d6bffe | |
parent | 755d0f54f7ddfc2a932e17c425c7a1aacb8d7efb (diff) | |
download | volse-hubzilla-c2e21e837f3d3449a44e976bc6192863ba7e75d7.tar.gz volse-hubzilla-c2e21e837f3d3449a44e976bc6192863ba7e75d7.tar.bz2 volse-hubzilla-c2e21e837f3d3449a44e976bc6192863ba7e75d7.zip |
wrong function name7.0
-rw-r--r-- | include/text.php | 2 |
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", |