EditPage: Try to avoid using $wgTitle
authorKunal Mehta <legoktm@member.fsf.org>
Wed, 20 Sep 2017 04:30:21 +0000 (21:30 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Wed, 20 Sep 2017 04:30:21 +0000 (21:30 -0700)
commit5cd20435dc1aa512e2033041b09e026c342f8516
treed63163b42464b1b04a81d5f38fb662bb84682642
parent748d75d4d8a34525292c2231437838489f664b79
EditPage: Try to avoid using $wgTitle

The most common code path is from EditAction, so make sure
EditPage::setContextTitle() is called in that case.

Log any uses that fallback to $wgTitle in the GlobalTitleFail log group.

Bug: T144366
Change-Id: Ie6c7dfbaa432239389d210051372427b8fa045b4
includes/EditPage.php
includes/actions/EditAction.php