Fix code with previous comments
This commit is contained in:
parent
bc3378bd55
commit
91c8174013
|
@ -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…
Reference in New Issue