Fix code with previous comments
This commit is contained in:
parent
819fa01e20
commit
516ec661c0
|
@ -305,7 +305,7 @@ class View {
|
||||||
}
|
}
|
||||||
$result = $this->basicOperation('touch', $path, $hooks, $mtime);
|
$result = $this->basicOperation('touch', $path, $hooks, $mtime);
|
||||||
if (!$result) {
|
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.
|
// check file exists and return false if not.
|
||||||
if(!$this->file_exists($path)){
|
if(!$this->file_exists($path)){
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue