User_group->permalink() is a function, not a variable.

This commit is contained in:
Mikael Nordfeldth 2013-10-29 13:42:21 +01:00
parent 9b6633698c
commit c5f6937f5e
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}