Jack Phoenix has uploaded a new change for review.

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

Change subject: Remove $wgOutputEncoding, it hasn't existed (in core) since MW 
1.18
......................................................................

Remove $wgOutputEncoding, it hasn't existed (in core) since MW 1.18

Change-Id: I99220c1ef2a45895ef71de9765e07c74b997f6a3
---
M SiteScout_Update.php
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SiteScout 
refs/changes/94/226894/1

diff --git a/SiteScout_Update.php b/SiteScout_Update.php
index c62c6ba..12068f0 100644
--- a/SiteScout_Update.php
+++ b/SiteScout_Update.php
@@ -7,12 +7,11 @@
        }
 
        public function execute( $par ) {
-               global $wgMimeType, $wgOutputEncoding;
+               global $wgMimeType;
 
                $request = $this->getRequest();
 
                $wgMimeType = 'text/xml';
-               $wgOutputEncoding = 'UTF-8';
 
                $scout = new SiteScoutXML;
                $scout->setShowEdits( $request->getVal( 'edits' ) );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I99220c1ef2a45895ef71de9765e07c74b997f6a3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SiteScout
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <[email protected]>

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

Reply via email to