Fix EnhancedChangesList::getDiffHistLinks null exception
authorBrian Wolff <bawolff+wn@gmail.com>
Fri, 19 May 2017 22:08:14 +0000 (22:08 +0000)
committerBrian Wolff <bawolff+wn@gmail.com>
Sun, 21 May 2017 08:50:44 +0000 (08:50 +0000)
commit07fcf9909f359b239825787f501e19acbea65a88
tree72fc7d6d088d6b7c0421584f849161a9a54e95f8
parentf58c50e64d779eb5fe51a5678a45f3345fa69441
Fix EnhancedChangesList::getDiffHistLinks null exception

If a page is deleted, rc_cur_id is missing, but it takes
a while before job queue deletes RC entries. If we encounter
something like that, just skip it since its bound for
deletion anyways.

Bug: T164059
Change-Id: I286109a9707e54939c0da31656ef54fd29acf481
includes/changes/EnhancedChangesList.php