fix wrong file path in proxy

This commit is contained in:
Florin Peter 2013-04-22 18:54:23 +02:00
parent 2827004634
commit 8ab9433fdf
1 changed files with 1 additions and 1 deletions

View File

@ -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 );
}