Yaron Koren has uploaded a new change for review.

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

Change subject: Disabling extension.json stuff until global vars issue is fixed
......................................................................

Disabling extension.json stuff until global vars issue is fixed

Change-Id: If8b4f50ec3c89be3c36a1acd40ec333fde041a93
---
M Cargo.php
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cargo 
refs/changes/33/254433/1

diff --git a/Cargo.php b/Cargo.php
index 254d862..dc7c5f7 100644
--- a/Cargo.php
+++ b/Cargo.php
@@ -16,7 +16,12 @@
 // version 1.25.3 or higher.
 // (See https://phabricator.wikimedia.org/T109243)
 //if ( function_exists( 'wfLoadExtension' ) ) {
-if ( version_compare( $wgVersion, '1.25.3', '>=' ) ) {
+
+// Actually, for now, don't ever load it - the setting of global
+// variables in extension.json needs to be fixed.
+//if ( version_compare( $wgVersion, '1.25.3', '>=' ) ) {
+
+if ( false ) {
        wfLoadExtension( 'Cargo' );
        // Keep i18n globals so mergeMessageFileList.php doesn't break
        $wgMessagesDirs['Cargo'] = __DIR__ . '/i18n';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If8b4f50ec3c89be3c36a1acd40ec333fde041a93
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>

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

Reply via email to