diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-07-25 16:14:46 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-07-25 16:14:46 +0200 |
commit | 88cc2ccb3b8ab4bb8a475e82756d8dc13db69b32 (patch) | |
tree | 5429628332888bbac80763c3a44ba921306d78a5 /apps/files_sharing | |
parent | e2f04b3b429b42975f4457b77ca720396506e512 (diff) | |
download | nextcloud-server-88cc2ccb3b8ab4bb8a475e82756d8dc13db69b32.tar.gz nextcloud-server-88cc2ccb3b8ab4bb8a475e82756d8dc13db69b32.zip |
use renamed constants
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/lib/sharedstorage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/sharedstorage.php b/apps/files_sharing/lib/sharedstorage.php index 5c23a9eb0d0..7384b094cb0 100644 --- a/apps/files_sharing/lib/sharedstorage.php +++ b/apps/files_sharing/lib/sharedstorage.php @@ -391,7 +391,7 @@ class Shared extends \OC\Files\Storage\Common { public function free_space($path) { if ($path == '') { - return \OC\Files\FREE_SPACE_UNKNOWN; + return \OC\Files\SPACE_UNKNOWN; } $source = $this->getSourcePath($path); if ($source) { |