http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99483

Revision: 99483
Author:   catrope
Date:     2011-10-11 15:25:31 +0000 (Tue, 11 Oct 2011)
Log Message:
-----------
1.18wmf1: Fix method call, part of r99038

Modified Paths:
--------------
    branches/wmf/1.18wmf1/includes/diff/DifferenceEngine.php

Modified: branches/wmf/1.18wmf1/includes/diff/DifferenceEngine.php
===================================================================
--- branches/wmf/1.18wmf1/includes/diff/DifferenceEngine.php    2011-10-11 
15:10:19 UTC (rev 99482)
+++ branches/wmf/1.18wmf1/includes/diff/DifferenceEngine.php    2011-10-11 
15:25:31 UTC (rev 99483)
@@ -189,11 +189,11 @@
                        global $wgCanonicalServer, $wgScript, $wgLang;
                        $wgOut->disable();
                        header ( "Content-type: application/x-external-editor; 
charset=UTF-8" );
-                       $url1 = $this->mTitle->getCanonical( array(
+                       $url1 = $this->mTitle->getCanonicalUrl( array(
                                'action' => 'raw',
                                'oldid' => $this->mOldid
                        ) );
-                       $url2 = $this->mTitle->getCanonical( array(
+                       $url2 = $this->mTitle->getCanonicalUrl( array(
                                'action' => 'raw',
                                'oldid' => $this->mNewid
                        ) );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to