fix wrong file path in proxy
This commit is contained in:
parent
2827004634
commit
8ab9433fdf
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ class Proxy extends \OC_FileProxy {
|
|||
)
|
||||
) {
|
||||
|
||||
\OC_Log::write( 'Encryption library', 'Keyfile or shareKey could not be deleted for file "'.$filePath.'"', \OC_Log::ERROR );
|
||||
\OC_Log::write( 'Encryption library', 'Keyfile or shareKey could not be deleted for file "'.$ownerPath.'"', \OC_Log::ERROR );
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue