Index: trunk/extensions/ProofreadPage/ProofreadPage.php |
— | — | @@ -57,7 +57,7 @@ |
58 | 58 | |
59 | 59 | # Client-side resources |
60 | 60 | $prpResourceTemplate = array( |
61 | | - 'localBasePath' => $dir, |
| 61 | + 'localBasePath' => dirname( __FILE__ ), |
62 | 62 | 'remoteExtPath' => 'ProofreadPage' |
63 | 63 | ); |
64 | 64 | $wgResourceModules += array( |