https://bugzilla.wikimedia.org/show_bug.cgi?id=37209
--- Comment #8 from Brion Vibber <[email protected]> 2012-06-03 14:25:10 UTC --- Looks like Title::isRedirect()'s lazy-initialization path assumes that Title::getArticleId()'s lazy-initialization path gets executed, running through the link cache. Sometimes this isn't the case, but I'm not 100% sure why or how. Adjacent two methods are making the same assumption, Daniel has found! Lovely. :) Probably they should go ahead and use the link cache, but if the link cache entry isn't there, we can't necessarily assume that the property is missing. Should fall back to a direct load (or a more general load info). -- 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
