[Downloader] fixed incorrect variable name in FileDownloader class.
parent
9acbb0c026
commit
535455606b
|
@ -75,7 +75,7 @@ abstract class FileDownloader implements DownloaderInterface
|
|||
),
|
||||
));
|
||||
|
||||
copy($url, $filename, $ctx);
|
||||
copy($url, $fileName, $ctx);
|
||||
} else {
|
||||
copy($url, $fileName);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue