Index: trunk/extensions/PdfBook/PdfBook.php |
— | — | @@ -20,6 +20,7 @@ |
21 | 21 | |
22 | 22 | $wgExtensionFunctions[] = 'wfSetupPdfBook'; |
23 | 23 | $wgHooks['LanguageGetMagic'][] = 'wfPdfBookLanguageGetMagic'; |
| 24 | +$wgExtensionMessagesFiles['SimpleSecurity'] = dirname( __FILE__ ) . '/PdfBook.i18n.php'; |
24 | 25 | |
25 | 26 | $wgExtensionCredits['parserhook'][] = array( |
26 | 27 | 'path' => __FILE__, |