For compatibility with PHP 5.3.0alpha1: specify class name instead of passing by...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 9 Aug 2008 13:31:15 +0000 (13:31 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 9 Aug 2008 13:31:15 +0000 (13:31 +0000)
commitedce5989d41c27862667a9346eb1e4f060aa2c19
treeab59c720b9ec98d74a4cde38be1ed89908c6e948
parente10ddea2c4c1c2f0d590ae11f854685768ffaf97
For compatibility with PHP 5.3.0alpha1: specify class name instead of passing by ref the title object: was throwing the following error:
Warning: Parameter 2 to Parser::parse() expected to be a reference, value given in ./includes/StubObject.php on line 58
followed by:
Fatal error: Call to a member function getLanguageLinks() on a non-object in ./includes/OutputPage.php on line 463
includes/parser/Parser.php