aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-21 07:45:42 +0000
committerMario <mario@mariovavti.com>2022-01-21 07:45:42 +0000
commitc2e21e837f3d3449a44e976bc6192863ba7e75d7 (patch)
tree021b137ff3340713e21ab1365fa0a0cce4d6bffe
parent755d0f54f7ddfc2a932e17c425c7a1aacb8d7efb (diff)
downloadvolse-hubzilla-7.0.tar.gz
volse-hubzilla-7.0.tar.bz2
volse-hubzilla-7.0.zip
wrong function name7.0
-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",