https://bugzilla.wikimedia.org/show_bug.cgi?id=23307
--- Comment #5 from Max Semenik <[email protected]> 2010-05-29 09:44:26 UTC --- The situation is even more grave than I thought, adding the following to parserTests.php indicates that even Parser is dependant on it: class DummyTitle { public function __call( $name, $args ) { throw new MWException( "\$wgTitle::$name() called" ); } } $wgTitle = new DummyTitle() -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
