Browse Source

return success when deleting ghost files

remotes/origin/delete-ghost-files
Robin Appelman 10 years ago
parent
commit
14f96f86e7
  1. 4
      lib/private/Files/View.php

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