Last modified: 2006-06-03 12:58:08 UTC
Even when the user has user page, the link to his user page is blue in the Undelete page. It's caused because the function Linker::makeKnownLinkObj is called. We have a special function for links to users – Linker::userLink – so we better use it. The patch uses it, and makes the code shorter and more logical.
Created attachment 1887 [details] Patch (trunk)
Created attachment 1888 [details] Patch (REL1_6) The fix is very small, so we can commit it to the branch.
Fixed in SVN trunk, r14548.