https://bugzilla.wikimedia.org/show_bug.cgi?id=20431
Tim Starling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Tim Starling <[email protected]> 2009-09-04 00:50:23 UTC --- Applied in r55795. The bug can be reproduced using eval.php: > $parser = new Parser( array( 'preprocessorClass' => 'Preprocessor_Hash' ) ); > $parser->startExternalParse($t = Title::newMainPage(), new ParserOptions, > OT_HTML); > print $parser->replaceVariables("==t==\n{{{x}}}", array( 'x' => 'foo' ) ); Fatal error: Call to a member function getPrefixedDBkey() on a non-object in .../includes/parser/Preprocessor_Hash.php on line 983 Note that this feature was introduced in r36668 to service an extension, I don't think it's used in the core or any extension used on Wikimedia. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
