remove unused variable

remotes/origin/fix-10825
Bjoern Schiessle 10 years ago
parent bc3c835f6a
commit f274833403
  1. 1
      apps/files_encryption/lib/proxy.php

@ -91,7 +91,6 @@ class Proxy extends \OC_FileProxy {
private function shouldEncrypt($path, $mode = 'w') {
$userId = Helper::getUser($path);
$session = new Session(new \OC\Files\View());
// don't call the crypt stream wrapper, if...
if (

Loading…
Cancel
Save