Index: trunk/extensions/NetworkAuth/NetworkAuth.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | ); |
22 | 22 | |
23 | 23 | $wgExtensionFunctions[] = 'efNetworkAuth_Setup'; |
24 | | -$wgExtensionMessagesFiles['NetworkAuth'] = dirname(__FILE__) . '/' 'NetworkAuth.i18n.php'; |
| 24 | +$wgExtensionMessagesFiles['NetworkAuth'] = dirname(__FILE__) . '/NetworkAuth.i18n.php'; |
25 | 25 | |
26 | 26 | function efNetworkAuth_Setup() { |
27 | 27 | global $wgRequest; |