]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
User_group->permalink() is a function, not a variable.
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 29 Oct 2013 12:42:21 +0000 (13:42 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 29 Oct 2013 12:42:21 +0000 (13:42 +0100)
lib/util.php

index bf3250e0c1901ee772fd912699793ad4236073d8..c7a8d14c597fefec68e231b05c669ec419f9e95e 100644 (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());
         }