Jeroen De Dauw has uploaded a new change for review.

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


Change subject: Match method signature in base class
......................................................................

Match method signature in base class

Change-Id: I9e03d1d9d9505847f69d9d2c4e6935042841d908
---
M specials/Push_Body.php
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Push 
refs/changes/11/92911/1

diff --git a/specials/Push_Body.php b/specials/Push_Body.php
index d7bd19c..ec3de1f 100644
--- a/specials/Push_Body.php
+++ b/specials/Push_Body.php
@@ -416,9 +416,11 @@
         *
         * @since 0.1
         *
+        * @param boolean $subPage
+        *
         * @return Title
         */
-       public function getTitle() {
+       public function getTitle( $subPage = false ) {
                return version_compare( $GLOBALS['wgVersion'], '1.18', '>' ) ? 
parent::getTitle() : $GLOBALS['wgTitle'];
        }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e03d1d9d9505847f69d9d2c4e6935042841d908
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Push
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

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

Reply via email to