Fix undefined property notice in ChangesList
authoraude <aude.wiki@gmail.com>
Wed, 13 Jan 2016 20:24:02 +0000 (15:24 -0500)
committeraude <aude.wiki@gmail.com>
Wed, 13 Jan 2016 21:58:42 +0000 (16:58 -0500)
commitaedbb34dfe127e482701dfd2027802939dc873d8
tree5300373f690b7c5d2a792f604f85758d99597cb9
parent9172edea47188dd0d963933041d819af3f7d95f7
Fix undefined property notice in ChangesList

This comes from ApiQueryWatchlist, which calls
ChangesList::isUnpatrolled with recent change row entries.

Since If71af587, rc_log_type is now needed along with rc_patrolled.

Bug: T123542
Change-Id: If6507121e59c53df925998f383c9bdf8f2936e37
includes/api/ApiQueryWatchlist.php