Fix code with previous comments

remotes/origin/fix-10825
Jesus Macias 12 years ago
parent 819fa01e20
commit 516ec661c0
  1. 2
      lib/private/files/view.php

@ -305,7 +305,7 @@ class View {
}
$result = $this->basicOperation('touch', $path, $hooks, $mtime);
if (!$result) {
// If create file fails because of permissions on external extorage like sharepoint,
// If create file fails because of permissions on external storage like SMB folders,
// check file exists and return false if not.
if(!$this->file_exists($path)){
return false;

Loading…
Cancel
Save