Upgrade: bug fixes

This commit is contained in:
Taras Machyshyn
2019-09-27 13:06:22 +03:00
parent 8f49f25057
commit c02f39cf93
@@ -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) {