X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FLinkback%2Flib%2Futil.php;h=2f024dd2338a4d4a838d13b1feb94bad40a9d67a;hb=b596391fcd05dddc8c37495b663d3be074eac05d;hp=ee498a47715b5db595c666593a33bbf69495295e;hpb=d6ac002639d389a491c887985ff8158f97e98d09;p=quix0rs-gnu-social.git diff --git a/plugins/Linkback/lib/util.php b/plugins/Linkback/lib/util.php index ee498a4771..2f024dd233 100644 --- a/plugins/Linkback/lib/util.php +++ b/plugins/Linkback/lib/util.php @@ -388,7 +388,7 @@ function linkback_save($source, $target, $response, $notice_or_user) { // notice's nickname and %3$s is the content of the favorited notice.) $act->content = sprintf(_('%1$s favorited something by %2$s: %3$s'), $profile->getNickname(), $notice_or_user->getProfile()->getNickname(), - $notice_or_user->rendered ?: $notice_or_user->content); + $notice_or_user->getRendered()); if($entry['rsvp']) { $act->content = $options['rendered']; }