Don't require write access for Special:CiteThisPage

If the database is locked/read-only, this page will still function.

Change-Id: I4f942a173a8a319218f755f27d8b2a3c60ca54d0
This commit is contained in:
Kunal Mehta 2016-11-15 11:55:41 -08:00
parent 5eb4059dc9
commit 2c65135c62

View file

@ -203,4 +203,8 @@ class SpecialCiteThisPage extends FormSpecialPage {
public function requiresUnblock() {
return false;
}
public function requiresWrite() {
return false;
}
}