Last modified: 2008-03-19 00:28:33 UTC
Created attachment 4430 [details] typos and variable name corrections Bugs found while reviewing MediaWiki extensions code in Eclipse 3.3
The code appears quite correct as it is; patch would break it. getExtractor() instantiates the appropriate class for a given MIME type and returns the object, or null if no class is registered for that type. Patch would return the class name instead of a new instance of the class, causing the code to fail.