X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FFeedUtils.php;h=4dde52d0b459b1e3d4daa1c7a436ef38dc252f93;hb=cc1191e5bdd5b4878ee29fc0b103e55420011e92;hp=6108ca1d46b4326a0df2d69a8f812b204873c4bd;hpb=37ae7b98be7f57b83ec58b7d8fa6ff17a7907992;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FeedUtils.php b/includes/FeedUtils.php index 6108ca1d46..4dde52d0b4 100644 --- a/includes/FeedUtils.php +++ b/includes/FeedUtils.php @@ -89,7 +89,7 @@ class FeedUtils { $timestamp, $row->rc_deleted & Revision::DELETED_COMMENT ? wfMessage( 'rev-deleted-comment' )->escaped() - : CommentStore::newKey( 'rc_comment' )->getComment( $row )->text, + : CommentStore::getStore()->getComment( 'rc_comment', $row )->text, $actiontext ); }