From: Chad Horohoe Date: Tue, 18 Jan 2011 13:41:25 +0000 (+0000) Subject: Spacing and NULL -> null X-Git-Tag: 1.31.0-rc.0~32489 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=9e4387218defdfa66605592230bedb98cc495867;p=lhc%2Fweb%2Fwiklou.git Spacing and NULL -> null --- diff --git a/includes/filerepo/ForeignAPIRepo.php b/includes/filerepo/ForeignAPIRepo.php index 40f95285ed..f465273b69 100644 --- a/includes/filerepo/ForeignAPIRepo.php +++ b/includes/filerepo/ForeignAPIRepo.php @@ -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',