Old cached ParserOutput entries will have null for mHeadItems instead of an array.
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 6 Apr 2007 19:21:35 +0000 (19:21 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 6 Apr 2007 19:21:35 +0000 (19:21 +0000)
commit49186d3456e5b2b458d9905dc5f56c8907524989
tree0e6addce30dc1a3ac9cdfb92e7dc072ea745ce80
parentbd8a5236bf5e82dcf6ab362c8b1144cb291c9656
Old cached ParserOutput entries will have null for mHeadItems instead of an array.
We could force them to clear from cache by bumping the parser version, but that
shouldn't be necessary here; just casting to (array) to avoid spewing warnings.
includes/OutputPage.php