return success when deleting ghost files

pull/25/head
Robin Appelman 9 years ago committed by Arthur Schiwon
parent 67c2c85b05
commit f4831f4074
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
  1. 4
      lib/private/Files/View.php

@ -691,8 +691,10 @@ class View {
$storage = $mount->getStorage();
$internalPath = $mount->getInternalPath($absolutePath);
$storage->getUpdater()->remove($internalPath);
return true;
} else {
return $result;
}
return $result;
}
/**

Loading…
Cancel
Save