Spacing and NULL -> null
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 18 Jan 2011 13:41:25 +0000 (13:41 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 18 Jan 2011 13:41:25 +0000 (13:41 +0000)
includes/filerepo/ForeignAPIRepo.php

index 40f9528..f465273 100644 (file)
@@ -197,7 +197,7 @@ class ForeignAPIRepo extends FileRepo {
                return $ret;
        }
 
-       function getThumbUrl( $name, $width=-1, $height=-1, &$result=NULL ) {
+       function getThumbUrl( $name, $width = -1, $height = -1, &$result = null ) {
                $data = $this->fetchImageQuery( array(
                        'titles' => 'File:' . $name,
                        'iiprop' => 'url|timestamp',