Index: trunk/extensions/InteractiveBlockMessage/InteractiveBlockMessage.php |
— | — | @@ -23,10 +23,11 @@ |
24 | 24 | 'url' => 'http://www.mediawiki.org/wiki/Extension:InteractiveBlockMessage', |
25 | 25 | ); |
26 | 26 | |
| 27 | +$dir = dirname( __FILE__ ); |
| 28 | + |
27 | 29 | $wgAutoloadClasses['InteractiveBlockMessage'] = "$dir/InteractiveBlockMessage.php"; |
28 | 30 | $wgAutoloadClasses['InteractiveBlockMessageHooks'] = "$dir/InteractiveBlockMessageHooks.php"; |
29 | 31 | |
30 | | -$dir = dirname( __FILE__ ); |
31 | 32 | $wgExtensionMessagesFiles['InteractiveBlockMessage'] = "$dir/InteractiveBlockMessage.i18n.php"; |
32 | 33 | |
33 | 34 | |