r102275 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102274‎ | r102275 | r102276 >
Date:11:25, 7 November 2011
Author:hashar
Status:ok
Tags:
Comment:
typo in debug message

follow up r102029
Modified paths:
  • /trunk/extensions/VipsScaler/SpecialVipsTest.php (modified) (history)

Diff [purge]

Index: trunk/extensions/VipsScaler/SpecialVipsTest.php
@@ -255,7 +255,7 @@
256256 'file' => $file->getName(),
257257 'thumb' => $handler->makeParamString( $params ) . '-' . $file->getName()
258258 ) );
259 - wfDebug( __METHOD__ . ": Getting vips thumb from remove url $url\n" );
 259+ wfDebug( __METHOD__ . ": Getting vips thumb from remote url $url\n" );
260260
261261 $options = array( 'method' => 'GET' );
262262 if ( $wgVipsThumbnailerProxy ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102029Follow-up r101835, basic functionality in SpecialVipsTest. Needs some polishingbtongminh18:55, 4 November 2011

Status & tagging log