Index: trunk/extensions/HelloWorld/HelloWorld.php |
— | — | @@ -43,7 +43,8 @@ |
44 | 44 | 'descriptionmsg' => 'helloworld-desc', |
45 | 45 | ); |
46 | 46 | |
47 | | -$dir = dirname( __FILE__ ) . '/'; |
| 47 | +// The full directory path for this extension |
| 48 | +$dir = dirname( __FILE__ ) . DIRECTORY_SEPARATOR; |
48 | 49 | |
49 | 50 | // Load the HelloWorld special page class |
50 | 51 | $wgAutoloadClasses['SpecialHelloWorld'] = $dir . 'SpecialHelloWorld.php'; |