Fix SPACE_UNKNOWN constant

remotes/origin/fix-10825
Robin Appelman 11 years ago
parent 756f64d728
commit c71deea0d5
  1. 2
      apps/files_trashbin/lib/trashbin.php

@ -745,7 +745,7 @@ class Trashbin {
if ($quota === null || $quota === 'none') {
$quota = \OC\Files\Filesystem::free_space('/');
$softQuota = false;
if ($quota === \OC\Files\SPACE_UNKNOWN) {
if ($quota === \OCP\Files\FileInfo::SPACE_UNKNOWN) {
$quota = 0;
}
} else {

Loading…
Cancel
Save