From: Brion Vibber Date: Tue, 30 Aug 2005 23:05:01 +0000 (+0000) Subject: adjust whitespace X-Git-Tag: 1.6.0~1752 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=569ab25c6372b652a5d5027e3635e6dc8284ef3a;p=lhc%2Fweb%2Fwiklou.git adjust whitespace --- diff --git a/includes/SpecialUpload.php b/includes/SpecialUpload.php index 6919fd2112..518d8b8c56 100644 --- a/includes/SpecialUpload.php +++ b/includes/SpecialUpload.php @@ -282,7 +282,7 @@ class UploadForm { $img = Image::newFromName( $this->mUploadSaveName ); $success = $img->recordUpload( $this->mUploadOldVersion, $this->mUploadDescription, - $this->mLicense, + $this->mLicense, $this->mUploadCopyStatus, $this->mUploadSource );