Index: trunk/extensions/ProofreadPage/ProofreadPage_body.php |
— | — | @@ -101,7 +101,7 @@ |
102 | 102 | 'proofreadpage_quality3_category', |
103 | 103 | 'proofreadpage_quality4_category', |
104 | 104 | ) |
105 | | - ), $basepath, $remotepath |
| 105 | + ), $localpath, $remotepath |
106 | 106 | ) |
107 | 107 | ); |
108 | 108 | |
— | — | @@ -110,7 +110,7 @@ |
111 | 111 | new ResourceLoaderFileModule( |
112 | 112 | array( |
113 | 113 | 'scripts' => 'proofread_article.js' |
114 | | - ), $basepath, $remotepath |
| 114 | + ), $localpath, $remotepath |
115 | 115 | ) |
116 | 116 | ); |
117 | 117 | |
— | — | @@ -118,7 +118,7 @@ |
119 | 119 | 'ext.proofreadpage.index', |
120 | 120 | new ResourceLoaderFileModule( |
121 | 121 | array( 'scripts' => 'proofread_index.js' ), |
122 | | - $basepath, $remotepath |
| 122 | + $localpath, $remotepath |
123 | 123 | ) |
124 | 124 | ); |
125 | 125 | |