This should be array() by default
This commit is contained in:
parent
443b29d0f2
commit
1293b0ef26
2 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ class Parser
|
||||||
* changes in an incompatible way, so the parser cache
|
* changes in an incompatible way, so the parser cache
|
||||||
* can automatically discard old data.
|
* can automatically discard old data.
|
||||||
*/
|
*/
|
||||||
const VERSION = '1.6.3';
|
const VERSION = '1.6.4';
|
||||||
|
|
||||||
# Flags for Parser::setFunctionHook
|
# Flags for Parser::setFunctionHook
|
||||||
# Also available as global constants from Defines.php
|
# Also available as global constants from Defines.php
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ class ParserOutput
|
||||||
$this->mCacheTime = '';
|
$this->mCacheTime = '';
|
||||||
$this->mVersion = Parser::VERSION;
|
$this->mVersion = Parser::VERSION;
|
||||||
$this->mTitleText = $titletext;
|
$this->mTitleText = $titletext;
|
||||||
$this->mSections = '';
|
$this->mSections = array();
|
||||||
$this->mLinks = array();
|
$this->mLinks = array();
|
||||||
$this->mTemplates = array();
|
$this->mTemplates = array();
|
||||||
$this->mImages = array();
|
$this->mImages = array();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue