Extension:FileIndexer/Code.Pre.MediaWiki.1.9
From MediaWiki.org
Caution: This is just an addition to Code for MediaWiki 1.9 - 1.11 to use with older wikis!
Insert the hook into SpecialUpload.php on MediaWiki 1.6.7 around line 158:
function processUpload() {
global $wgUser, $wgOut;
if( !wfRunHooks( 'UploadForm:BeforeProcessing', array( &$this ) ) )
{
wfDebug( "Hook 'UploadForm:BeforeProcessing' broke processing the file." );
return false;
}
/* Check for PHP error if any, requires php 4.2 or newer */
