Fix filemanager permissions (#508)

* Fix filemanager permissions

* fix filemanager permissions

* fix tests warning
This commit is contained in:
Saeed Vaziry
2025-02-26 20:46:07 +01:00
committed by GitHub
parent e17fdbb1a0
commit 3bf3f7eebc
12 changed files with 56 additions and 55 deletions

View File

@ -82,7 +82,7 @@ public function exec(string $command, string $log = '', ?int $siteId = null, ?bo
return $output;
}
public function upload(string $local, string $remote): void
public function upload(string $local, string $remote, ?string $owner = null): void
{
$this->uploadedLocalPath = $local;
$this->uploadedRemotePath = $remote;