Yaron Koren has uploaded a new change for review.

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

Change subject: Temporary disabling of wfLoadExtension(), due to global vars 
issue
......................................................................

Temporary disabling of wfLoadExtension(), due to global vars issue

Change-Id: I5cf9fd567551d4250f196e04e47cdcdba987403a
---
M SemanticForms.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticForms 
refs/changes/86/231586/1

diff --git a/SemanticForms.php b/SemanticForms.php
index 36c5ab8..22d6e7f 100644
--- a/SemanticForms.php
+++ b/SemanticForms.php
@@ -33,7 +33,8 @@
  * @ingroup SF
  */
 
-if ( function_exists( 'wfLoadExtension' ) ) {
+// Disabled for now until global variable naming issue is resolved.
+if ( false ) { // function_exists( 'wfLoadExtension' ) ) {
        wfLoadExtension( 'SemanticForms' );
        // Keep i18n globals so mergeMessageFileList.php doesn't break
        $wgMessagesDirs['SemanticForms'] = __DIR__ . '/i18n';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5cf9fd567551d4250f196e04e47cdcdba987403a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticForms
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <yaro...@gmail.com>

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

Reply via email to