Return true when touch succeeds

remotes/origin/stable6
Vincent Petry 13 years ago
parent dc67c7efa9
commit e102eec89a
  1. 1
      apps/files_external/lib/streamwrapper.php

@ -68,6 +68,7 @@ abstract class StreamWrapper extends Common {
}
} else {
$this->file_put_contents($path, '');
return true;
}
}

Loading…
Cancel
Save