Unbreak missing flags in enhanced RC
authorKunal Mehta <legoktm@gmail.com>
Wed, 8 Jul 2015 21:57:20 +0000 (14:57 -0700)
committerKunal Mehta <legoktm@gmail.com>
Wed, 8 Jul 2015 21:57:20 +0000 (14:57 -0700)
commita220d8b830944a041fcce9cfd409d9320365eb98
tree771d6c1569656ac7581036272edc74ca8a7c09c1
parent2dea059bd5d93cfed59349098e97afe0d697d68d
Unbreak missing flags in enhanced RC

$this->recentChangesFlags() was being called on the data twice, so the
second time it was processing the string, causing the flags go missing.

Follows-up 94f153db6a0.

Bug: T105237
Change-Id: I04465d0317eecc1c12e47bc9a74f11986eba99a4
includes/changes/EnhancedChangesList.php