From: Florin Peter Date: Mon, 22 Apr 2013 16:54:23 +0000 (+0200) Subject: fix wrong file path in proxy X-Git-Tag: v6.0.0alpha2~743^2~165 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8ab9433fdff179649a5e5b9d6046d85efd81d3b8;p=nextcloud-server.git fix wrong file path in proxy --- diff --git a/apps/files_encryption/lib/proxy.php b/apps/files_encryption/lib/proxy.php index 1a96f1e4955..e058a528ad0 100644 --- a/apps/files_encryption/lib/proxy.php +++ b/apps/files_encryption/lib/proxy.php @@ -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 ); }