Upgrade: bug fixes
This commit is contained in:
@@ -760,7 +760,8 @@ abstract class Base
|
||||
|
||||
protected function checkIsWritable()
|
||||
{
|
||||
$fullFileList = array_merge($this->getDeleteFileList(), $this->getCopyFileList());
|
||||
$backupPath = $this->getPath('backupPath');
|
||||
$fullFileList = array_merge([$backupPath], $this->getDeleteFileList(), $this->getCopyFileList());
|
||||
|
||||
$result = $this->getFileManager()->isWritableList($fullFileList);
|
||||
if (!$result) {
|
||||
|
||||
Reference in New Issue
Block a user