Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/321710

Change subject: Allow blocked users to use Special:CiteThisPage
......................................................................

Allow blocked users to use Special:CiteThisPage

Bug: T150791
Change-Id: Ie9c2e54e47f387a03e2490edaf5052826dafc4ce
---
M SpecialCiteThisPage.php
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CiteThisPage 
refs/changes/10/321710/1

diff --git a/SpecialCiteThisPage.php b/SpecialCiteThisPage.php
index fe70167..4b81aa0 100644
--- a/SpecialCiteThisPage.php
+++ b/SpecialCiteThisPage.php
@@ -199,4 +199,8 @@
        protected function getDisplayFormat() {
                return 'ooui';
        }
+
+       public function requiresUnblock() {
+               return false;
+       }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/321710
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie9c2e54e47f387a03e2490edaf5052826dafc4ce
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CiteThisPage
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to