From: Mikael Nordfeldth Date: Tue, 29 Oct 2013 12:42:21 +0000 (+0100) Subject: User_group->permalink() is a function, not a variable. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c5f6937f5ecfcb16ceb69a54247700cd28b23e48;p=quix0rs-gnu-social.git User_group->permalink() is a function, not a variable. --- diff --git a/lib/util.php b/lib/util.php index bf3250e0c1..c7a8d14c59 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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()); }