X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFeedUtils.php;h=6c343ab39ff7d91b9aa144d849b62c20da145c82;hb=416975c3ac1bf838369846c2ba2e3217edcde2cb;hp=b1c3ce615a679e6cb24e4a26d6dc6083350c1f5f;hpb=5fa4cdf860c79b32ab6ef034c6d9420c2727f695;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FeedUtils.php b/includes/FeedUtils.php index b1c3ce615a..6c343ab39f 100644 --- a/includes/FeedUtils.php +++ b/includes/FeedUtils.php @@ -89,9 +89,7 @@ class FeedUtils { $timestamp, $row->rc_deleted & Revision::DELETED_COMMENT ? wfMessage( 'rev-deleted-comment' )->escaped() - : CommentStore::newKey( 'rc_comment' ) - // Legacy from RecentChange::selectFields() via ChangesListSpecialPage::doMainQuery() - ->getCommentLegacy( wfGetDB( DB_REPLICA ), $row )->text, + : CommentStore::newKey( 'rc_comment' )->getComment( $row )->text, $actiontext ); }