Index: branches/wmf/1.18wmf1/includes/diff/DifferenceEngine.php |
— | — | @@ -189,11 +189,11 @@ |
190 | 190 | global $wgCanonicalServer, $wgScript, $wgLang; |
191 | 191 | $wgOut->disable(); |
192 | 192 | header ( "Content-type: application/x-external-editor; charset=UTF-8" ); |
193 | | - $url1 = $this->mTitle->getCanonical( array( |
| 193 | + $url1 = $this->mTitle->getCanonicalUrl( array( |
194 | 194 | 'action' => 'raw', |
195 | 195 | 'oldid' => $this->mOldid |
196 | 196 | ) ); |
197 | | - $url2 = $this->mTitle->getCanonical( array( |
| 197 | + $url2 = $this->mTitle->getCanonicalUrl( array( |
198 | 198 | 'action' => 'raw', |
199 | 199 | 'oldid' => $this->mNewid |
200 | 200 | ) ); |