1
0
Fork 0

[Downloader] fixed incorrect variable name in FileDownloader class.

pull/199/head
Hugo Hamon 2012-01-11 11:23:23 +01:00
parent 9acbb0c026
commit 535455606b
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ abstract class FileDownloader implements DownloaderInterface
),
));
copy($url, $filename, $ctx);
copy($url, $fileName, $ctx);
} else {
copy($url, $fileName);
}