Use CommentStore::getCommentLegacy with CommentStore::getFields
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 11 Sep 2017 14:33:29 +0000 (10:33 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 11 Sep 2017 14:33:29 +0000 (10:33 -0400)
commit035f4635ef1a9ae74d34a08d1aeb9fd51a813e08
tree1439c523e0d3eeea0ca299f751334824bdb33e6e
parent2b288514620164215e7b7894e4ac8bf82fcee103
Use CommentStore::getCommentLegacy with CommentStore::getFields

It doesn't matter when $wgCommentTableSchemaMigrationStage is
MIGRATION_OLD, but it'll fail when we start changing that to later
migration stages.

Follows up I3447a412.

Change-Id: I6c010cefedd99324080ec078b83159d12709c1b1
includes/filerepo/file/LocalFile.php