mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-03 15:17:22 +00:00
Merge branch '4.0-dev' of https://github.com/eXsiLe95/patchtester into 4.0-dev
This commit is contained in:
commit
502a4937ba
@ -248,7 +248,7 @@ class PullModel extends AbstractModel
|
||||
File::delete($zipPath);
|
||||
|
||||
// Get files from deleted_logs
|
||||
$deletedFiles = (file($delLogPath) ? file($delLogPath) : []);
|
||||
$deletedFiles = (file($delLogPath) ? file($delLogPath) : array());
|
||||
$deletedFiles = array_map('trim', $deletedFiles);
|
||||
|
||||
if (file_exists($delLogPath))
|
||||
|
Loading…
Reference in New Issue
Block a user