Subramanya Sastry has uploaded a new change for review.

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

Change subject: Fix for crasher found in production
......................................................................

Fix for crasher found in production

* Logstash is showing a crasher for
  enwiki:Talk:Madonna_singles_discography/Archive_1

* This fixes it.

Change-Id: I7848193a33a756b1cfece7b9cefe27f1e6ac2bb9
---
M lib/ext.core.AttributeExpander.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/parsoid 
refs/changes/72/189172/1

diff --git a/lib/ext.core.AttributeExpander.js 
b/lib/ext.core.AttributeExpander.js
index e992176..4320fb7 100644
--- a/lib/ext.core.AttributeExpander.js
+++ b/lib/ext.core.AttributeExpander.js
@@ -78,7 +78,7 @@
                }
        }
 
-       if (wrapTemplates && startMeta) {
+       if (wrapTemplates && startMeta && startMeta.dataAttribs && 
startMeta.dataAttribs.tsr) {
                // Support template wrapping with the following steps:
                // - Hoist the translusion start-meta from the first line
                //   to before the token.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7848193a33a756b1cfece7b9cefe27f1e6ac2bb9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/parsoid
Gerrit-Branch: master
Gerrit-Owner: Subramanya Sastry <[email protected]>

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

Reply via email to