Index: trunk/extensions/Validator/Validator_Settings.php |
— | — | @@ -19,6 +19,7 @@ |
20 | 20 | |
21 | 21 | # Registration of the listerrors parser hooks. |
22 | 22 | $wgHooks['ParserFirstCallInit'][] = 'ValidatorListErrors::staticInit'; |
| 23 | +$wgHooks['LanguageGetMagic'][] = 'ValidatorListErrors::staticMagic'; |
23 | 24 | |
24 | 25 | # Validator_ERRORS_NONE : Validator will not show any errors, and make the best of the input it got. |
25 | 26 | # Validator_ERRORS_WARN : Validator will make the best of the input it got, but will show a warning that there are errors. |