https://bugzilla.wikimedia.org/show_bug.cgi?id=15819
--- Comment #4 from P.Copp <[email protected]> 2009-02-02 23:59:39 UTC --- Created an attachment (id=5773) --> (https://bugzilla.wikimedia.org/attachment.cgi?id=5773) proposed fix: clear state only if called from $wgParser This happens, because there is only one Cite object, but two parsers ($wgParser and $wgMessageCache->mParser). Cite->clearState() should only trigger on calls by $wgParser, else it loses all references up to this point. Easy fix attached. -- 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
