drush_drush_dlf_drush_download_file() passes to drush_download_file() a unintialized local variable

Created on 30 March 2016, over 8 years ago
Updated 29 June 2024, 5 months ago

The module contains the following code.

function drush_drush_dlf_drush_download_file($type = FALSE) {
  drush_download_file($url, $destination = FALSE, $cache_duration = 0);
}

The $url variable it passes to drush_download_file() is never initialized, nor is it a parameter for drush_drush_dlf_drush_download_file().

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇮🇹Italy apaderno Brescia, 🇮🇹

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024