Fix code with previous comments

This commit is contained in:
Jesus Macias 2014-09-03 18:12:36 +02:00
parent bc3378bd55
commit 91c8174013
1 changed files with 1 additions and 1 deletions

View File

@ -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;