Closed gadgetto closed 9 years ago
/core/components/goodnews/model/goodnews/goodnewsprocesshandler.class.php : 407) PHP warning: Invalid argument supplied for foreach()
Since glob() may not reliably return an empty array for an empty match we need to check if is_array first:
$files = glob($tmpFolder . $fileTypes); if (is_array($files) && count($files) > 0) { foreach($files as $Filename) { ...
Currently can't replicate
/core/components/goodnews/model/goodnews/goodnewsprocesshandler.class.php : 407) PHP warning: Invalid argument supplied for foreach()
Since glob() may not reliably return an empty array for an empty match we need to check if is_array first: