Add TitleQuickPermissions hook to Title::checkQuickPermissions
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Fri, 8 Mar 2013 20:15:27 +0000 (15:15 -0500)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 24 May 2013 19:37:01 +0000 (19:37 +0000)
commit7120504bb99d39809787c461b711a7ee506165d6
treece6a909d73b9dd869f793ea32450eb24e209b335
parente990facd730ef042516a25d67f2ed86ec352096b
Add TitleQuickPermissions hook to Title::checkQuickPermissions

Currently Title permissions hooks get called after
Title::checkQuickPermissions, preventing users from
overriding quick permission checks. Added a hook to
allow this. Needed for bug 45898.

Change-Id: Id672270741282778815b06eff8b234ca4d819744
docs/hooks.txt
includes/Title.php