EditPage: Avoid use of &$this in hooks
authorJustin Du <justin.d128@gmail.com>
Tue, 27 Dec 2016 14:36:04 +0000 (08:36 -0600)
committerLegoktm <legoktm@member.fsf.org>
Wed, 28 Dec 2016 07:39:27 +0000 (07:39 +0000)
commit074d6ea86f4419899c768f5a2fa0be312f749902
tree4ce86ac680afd49ed45f2f721c887c3be459de69
parent5ea829cc37bc6a9497cb141d1c5231cb9a9bf7c4
EditPage: Avoid use of &$this in hooks

* This triggers warnings in PHP 7.1

Bug: T153505
Change-Id: I5324a6bfe9e8ed255975104c5de7e7a7011cb741
includes/EditPage.php