added (string) parameter for work around non-type error
This commit is contained in:
@@ -412,7 +412,7 @@ class Process_ExportRequest {
|
||||
|
||||
foreach ($exportfiles as $files) {
|
||||
|
||||
$filename = $files['exportjob_file_path'];
|
||||
$filename = (string) $files['exportjob_file_path'];
|
||||
|
||||
unlink($filename);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user