Index: branches/wmf/1.18wmf1/includes/api/ApiQueryWatchlist.php |
— | — | @@ -295,7 +295,7 @@ |
296 | 296 | } |
297 | 297 | |
298 | 298 | if ( $this->fld_parsedcomment && isset( $row->rc_comment ) ) { |
299 | | - $vals['parsedcomment'] = $this->getSkin()->formatComment( $row->rc_comment, $title ); |
| 299 | + $vals['parsedcomment'] = Linker::formatComment( $row->rc_comment, $title ); |
300 | 300 | } |
301 | 301 | |
302 | 302 | if ( $this->fld_loginfo && $row->rc_type == RC_LOG ) { |