User "Brion VIBBER" posted a comment on MediaWiki.r87747. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/87747#c16722 Commit summary:
error recovery on filename errors Comment: recoverFromError seems to be finding matching fields & labels by finding a match on the 'name' attribute and the label's 'for' attribute; however a label's 'for' is matched up with the target element's 'id' not 'name'. Should be harmless as they match in these cases, but id is safer to use for matching. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
