Index: trunk/extensions/CodeReview/ui/CodeRevisionView.php |
— | — | @@ -741,7 +741,7 @@ |
742 | 742 | * @param string $replyForm |
743 | 743 | * @return string |
744 | 744 | */ |
745 | | - protected function formatComment( $comment, $replyForm = '' ) { |
| 745 | + public function formatComment( $comment, $replyForm = '' ) { |
746 | 746 | global $wgOut, $wgLang, $wgContLang; |
747 | 747 | |
748 | 748 | if ( $comment->id === 0 ) { |