Julius Härtl 2 weeks ago committed by GitHub
commit 835da328c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1182,7 +1182,7 @@ class View {
$this->writeUpdate($storage, $internalPath, null, $isCreateOperation ? $sizeDifference : null);
}
if ($result !== false && in_array('touch', $hooks)) {
$this->writeUpdate($storage, $internalPath, $extraParam);
$this->writeUpdate($storage, $internalPath, $extraParam, 0);
}
if ((in_array('write', $hooks) || in_array('delete', $hooks)) && ($operation !== 'fopen' || $result === false)) {

Loading…
Cancel
Save