r94694 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94693‎ | r94694 | r94695 >
Date:21:52, 16 August 2011
Author:yaron
Status:deferred
Tags:
Comment:
Fix to r86476 - $edgValues should be getting set to array(), not null
Modified paths:
  • /trunk/extensions/ExternalData/ED_ParserFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ExternalData/ED_ParserFunctions.php
@@ -377,6 +377,6 @@
378378 */
379379 static function doClearExternalData( &$parser ) {
380380 global $edgValues;
381 - $edgValues = null;
 381+ $edgValues = array();
382382 }
383383 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86476Added #clear_external_data function - patch by Chris Wolcottyaron14:54, 20 April 2011

Status & tagging log