Extension:UploadPDF: Difference between revisions

Content deleted Content added
chg, form, add
Line 82:
'version' => '0.0.1'
);
 
$dir = dirname( __FILE__ ) . '/';
$wgAutoloadClasses['UploadPDF'] = $dir . '/var/wiki/extensions/UploadPDF/UploadPDF-body.php'; # Location of the UploadPDF class (Tell MediaWiki to load this file)
 
function pdfCheckIntercept($type, &$className ) {