Mooeypoo has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/394370 )
Change subject: RCFilters: Followup I75cfb2b56a: Fix function declaration
......................................................................
RCFilters: Followup I75cfb2b56a: Fix function declaration
Bug: T181671
Change-Id: Ie69e9f0f77b2c463bc2e4d41cd9a1b8e87f7efef
---
M includes/specials/SpecialRecentchangeslinked.php
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/70/394370/1
diff --git a/includes/specials/SpecialRecentchangeslinked.php
b/includes/specials/SpecialRecentchangeslinked.php
index e4cc3d1..7067b46 100644
--- a/includes/specials/SpecialRecentchangeslinked.php
+++ b/includes/specials/SpecialRecentchangeslinked.php
@@ -301,10 +301,11 @@
* Get a self-referential title object
* with consideration to the given subpage.
*
+ * @param string|bool $subpage
* @return Title
* @since 1.23
*/
- public function getPageTitle() {
+ public function getPageTitle( $subpage = false ) {
return parent::getPageTitle( $this->rclTarget );
}
}
--
To view, visit https://gerrit.wikimedia.org/r/394370
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie69e9f0f77b2c463bc2e4d41cd9a1b8e87f7efef
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits