ApiQueryRecentChanges: Fetch comment fields if rctoken is used
authorBrad Jorsch <bjorsch@wikimedia.org>
Thu, 7 Sep 2017 20:58:57 +0000 (16:58 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Thu, 7 Sep 2017 20:58:57 +0000 (16:58 -0400)
commit5ec0132821f4dca98a53b466a3d35b7a2853c616
tree2e279cafa36ea65946ff51cc304dcba48a20f9b4
parentdef2d4b7331ea3de4246cdb1d896157ba90282de
ApiQueryRecentChanges: Fetch comment fields if rctoken is used

When the deprecated rctoken parameter is used, the module calls
RecentChange::newFromRow(), which now requires that the comment fields
be present.

Bug: T175307
Change-Id: Ida025f419e43809c34fff386f1a1ee8881393b80
includes/api/ApiQueryRecentChanges.php