"Brion VIBBER" changed the status of MediaWiki.r105925 to "resolved" and commented it. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/105925#c27534
Old Status: fixme > New Status: resolved Commit summary for MediaWiki.r105925: Followup r105812: - Fix case of the wfBCP47 call - Don't call wfBCP47 for every time getHtmlCode is called - Add @since Brion VIBBER's comment: Per IRC chat w/ Timo this looks like it happens because of the unset() line in Language::setCode(); so if that gets triggered, you end up with the error if getHtmlCode() is called again later. r106072 should fix this up; replaced the unset() with just setting to null. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
