]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix wrong file path in proxy
authorFlorin Peter <github@florin-peter.de>
Mon, 22 Apr 2013 16:54:23 +0000 (18:54 +0200)
committerFlorin Peter <github@florin-peter.de>
Mon, 22 Apr 2013 16:54:23 +0000 (18:54 +0200)
apps/files_encryption/lib/proxy.php

index 1a96f1e495535564548ac58ba9dd951441990c8b..e058a528ad0dbb80d9eb6b34d3bd364bcc476501 100644 (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 );
                                
                }