Skip to content
Snippets Groups Projects
Commit 8ab9433f authored by Florin Peter's avatar Florin Peter
Browse files

fix wrong file path in proxy

parent 28270046
Branches
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment