Yaron Koren has uploaded a new change for review.

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

Change subject: Fix for 8fab4a28baa0
......................................................................

Fix for 8fab4a28baa0

Change-Id: Id4dc2568e6218415b8c04ba5597e999f5eaec9b0
---
M ED_Utils.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ExternalData 
refs/changes/48/320848/2

diff --git a/ED_Utils.php b/ED_Utils.php
index 3515b3d..4cfecdb 100644
--- a/ED_Utils.php
+++ b/ED_Utils.php
@@ -53,7 +53,7 @@
         * variable with the current value and add to it.
         */
        static function getContent( $parser, $content ) {
-               global $edgCurrentXMLTag;
+               global $edgCurrentValue;
 
                // Replace ampersands, to avoid the XML getting split up
                // around them.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4dc2568e6218415b8c04ba5597e999f5eaec9b0
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ExternalData
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