]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix constant in last commit
authorMichael Gapczynski <mtgap@owncloud.com>
Fri, 17 May 2013 18:03:25 +0000 (14:03 -0400)
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>
Sat, 3 Aug 2013 12:38:35 +0000 (15:38 +0300)
apps/files_external/lib/google.php

index 36b890e82e8f09bda23a741efd57bdf99e5672d9..f8675cbe225eff2abc70a8b6010bea7759fc1be0 100644 (file)
@@ -251,7 +251,7 @@ class Google extends \OC\Files\Storage\Common {
                                // Check if this is a Google Doc
                                if ($this->getMimeType($path) !== $file->getMimeType()) {
                                        // Return unknown file size
-                                       $stat['size'] = \OC\Files\Filesystem::FREE_SPACE_UNKNOWN;
+                                       $stat['size'] = \OC\Files\FREE_SPACE_UNKNOWN;
                                } else {
                                        $stat['size'] = $file->getFileSize();
                                }