Index: trunk/phase3/includes/filerepo/ForeignAPIRepo.php |
— | — | @@ -197,7 +197,7 @@ |
198 | 198 | return $ret; |
199 | 199 | } |
200 | 200 | |
201 | | - function getThumbUrl( $name, $width=-1, $height=-1, &$result=NULL ) { |
| 201 | + function getThumbUrl( $name, $width = -1, $height = -1, &$result = null ) { |
202 | 202 | $data = $this->fetchImageQuery( array( |
203 | 203 | 'titles' => 'File:' . $name, |
204 | 204 | 'iiprop' => 'url|timestamp', |