Browse Source

Update encryption.php

remotes/origin/poc-doctrine-migrations
jknockaert 11 years ago
committed by Bjoern Schiessle
parent
commit
49df8ef525
  1. 3
      lib/private/files/stream/encryption.php

3
lib/private/files/stream/encryption.php

@ -237,6 +237,7 @@ class Encryption extends Wrapper {
$accessList = $this->file->getAccessList($sharePath);
$this->newHeader = $this->encryptionModule->begin($this->fullPath, $this->uid, $this->header, $accessList);
if (!($path==='')){
if (
$mode === 'w'
|| $mode === 'w+'
@ -250,7 +251,7 @@ class Encryption extends Wrapper {
} else {
parent::stream_read($this->util->getHeaderSize());
}
}
return true;
}

Loading…
Cancel
Save