Index: trunk/extensions/PdfHandler/PdfHandler.php |
— | — | @@ -26,10 +26,10 @@ |
27 | 27 | exit(1); |
28 | 28 | } |
29 | 29 | |
30 | | -$wgExtensionCredits['other'][] = array( |
| 30 | +$wgExtensionCredits['media'][] = array( |
31 | 31 | 'path' => __FILE__, |
32 | 32 | 'name' => 'PDF Handler', |
33 | | - 'author' =>' Xarax', |
| 33 | + 'author' => 'Xarax', |
34 | 34 | 'description' => 'Handler for viewing PDF files in image mode', |
35 | 35 | 'descriptionmsg' => 'pdf-desc', |
36 | 36 | 'url' => 'http://www.mediawiki.org/wiki/Extension:PdfHandler', |