Aude has uploaded a new change for review.

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

Change subject: Fix php notice due to special page case mismatch
......................................................................

Fix php notice due to special page case mismatch

Bug: T91642
Change-Id: I088601835c995fc9088963d55043cd8bb2cffe24
---
M MapSources_body.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MapSources 
refs/changes/23/194523/1

diff --git a/MapSources_body.php b/MapSources_body.php
index ffdfe8e..b82c3c1 100644
--- a/MapSources_body.php
+++ b/MapSources_body.php
@@ -85,7 +85,7 @@
                        Html::rawElement( 'fieldset', array(),
                                Html::element( 'legend', array(), $this->msg( 
'mapsources-search-legend' )->escaped() ) .
                                Html::rawElement( 'form', array( 'method' => 
'get', 'action' => $wgScript ),
-                                       Html::hidden( 'title', 
self::getTitleFor( 'Mapsources' )->getPrefixedText() ) .
+                                       Html::hidden( 'title', 
self::getTitleFor( 'MapSources' )->getPrefixedText() ) .
                                        Html::rawElement( 'p', array(),
                                                Xml::inputLabel( $this->msg( 
'mapsources-coordinate' )->escaped(), 'params', 'params', 80, $defaultValue ) .
                                                Xml::submitButton( $this->msg( 
'mapsources-go' )->escaped() )

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I088601835c995fc9088963d55043cd8bb2cffe24
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MapSources
Gerrit-Branch: master
Gerrit-Owner: Aude <aude.w...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to