mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-15 03:33:55 +00:00
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:
parent
5eb4059dc9
commit
2c65135c62
|
@ -203,4 +203,8 @@ class SpecialCiteThisPage extends FormSpecialPage {
|
|||
public function requiresUnblock() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public function requiresWrite() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue