yii2mod / yii2-ftp

FTP Client for Yii2
MIT License
33 stars 8 forks source link

Prevent 'Invalid argument supplied for foreach()' #14

Closed BBrunekreeft closed 6 years ago

BBrunekreeft commented 6 years ago

The Exception 'Invalid argument supplied for foreach()' was thrown if $this->ftp->rawlist($directory) returned false; White this fix, $list is converted into an empty array if false was returned.