mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-8104-bug-delete-files-update-manager' into 'develop'
Fix delete files issue See merge request artica/pandorafms!4472
This commit is contained in:
commit
cd73f534f9
@ -1270,7 +1270,7 @@ class Client
|
|||||||
}
|
}
|
||||||
|
|
||||||
$content = file_get_contents($delete_files_txt);
|
$content = file_get_contents($delete_files_txt);
|
||||||
$files = explode('\n', $content);
|
$files = explode("\n", $content);
|
||||||
$processed = [];
|
$processed = [];
|
||||||
foreach ($files as $file) {
|
foreach ($files as $file) {
|
||||||
$file = trim(str_replace("\0", '', $this->productPath.'/'.$file));
|
$file = trim(str_replace("\0", '', $this->productPath.'/'.$file));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user