r80493 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80492‎ | r80493 | r80494 >
Date:13:41, 18 January 2011
Author:demon
Status:ok
Tags:
Comment:
Spacing and NULL -> null
Modified paths:
  • /trunk/phase3/includes/filerepo/ForeignAPIRepo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/ForeignAPIRepo.php
@@ -197,7 +197,7 @@
198198 return $ret;
199199 }
200200
201 - function getThumbUrl( $name, $width=-1, $height=-1, &$result=NULL ) {
 201+ function getThumbUrl( $name, $width = -1, $height = -1, &$result = null ) {
202202 $data = $this->fetchImageQuery( array(
203203 'titles' => 'File:' . $name,
204204 'iiprop' => 'url|timestamp',

Status & tagging log