https://bugzilla.wikimedia.org/show_bug.cgi?id=22981

--- Comment #1 from [email protected] 2010-05-02 21:54:07 UTC ---
Created an attachment (id=7347)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=7347)
Patch fixing the problem in the LinkHolderArray class

The current implementation of a LinkHolderArray ommits cached links in the call
of the hook GetLinkColours.

This problem can be observed when a page is parsed multiple times. At the first
time, everything is ok, because the linkCache is empty. After that the hook
GetLinkColours is never called, because all links are cached ( $query is empty
).

-- 
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

Reply via email to