forked from GNUsocial/gnu-social
User_group->permalink() is a function, not a variable.
This commit is contained in:
parent
9b6633698c
commit
c5f6937f5e
@ -792,7 +792,7 @@ function common_find_mentions($text, $notice)
|
||||
$mentions[] = array('mentioned' => $profile,
|
||||
'text' => $hmatch[0],
|
||||
'position' => $hmatch[1],
|
||||
'url' => $group->permalink,
|
||||
'url' => $group->permalink(),
|
||||
'title' => $group->getFancyName());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user