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 @@
378
378
*/
379
379
static function doClearExternalData( &$parser ) {
380
380
global $edgValues;
381
- $edgValues = null;
381
+ $edgValues = array();
382
382
}
383
383
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r86476
Added #clear_external_data function - patch by Chris Wolcott
yaron
14:54, 20 April 2011
Status & tagging log
18:40, 19 August 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r94694
[
removed:
new
added:
deferred]