Legoktm has uploaded a new change for review.

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

Change subject: Set visiblity for functions on SpecialCiteThisPage
......................................................................

Set visiblity for functions on SpecialCiteThisPage

Change-Id: I9bedaba9f9aa72af4ef4405617b14aa656fbfe1b
---
M SpecialCiteThisPage.php
1 file changed, 2 insertions(+), 2 deletions(-)


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

diff --git a/SpecialCiteThisPage.php b/SpecialCiteThisPage.php
index ba1e408..85d5b14 100644
--- a/SpecialCiteThisPage.php
+++ b/SpecialCiteThisPage.php
@@ -1,11 +1,11 @@
 <?php
 
 class SpecialCiteThisPage extends SpecialPage {
-       function __construct() {
+       public function __construct() {
                parent::__construct( 'CiteThisPage' );
        }
 
-       function execute( $par ) {
+        public function execute( $par ) {
                global $wgUseTidy;
 
                // Having tidy on causes whitespace and <pre> tags to

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9bedaba9f9aa72af4ef4405617b14aa656fbfe1b
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