[Pkg-owncloud-commits] [owncloud] 26/273: use 'object' as the	fakedir stream name
    David Prévot 
    taffit at moszumanska.debian.org
       
    Fri Jul  4 03:12:54 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 7ec53571c4b0df361aedc82204d5dba0cca1fd0b
Author: Jörn Friedrich Dreyer <jfd at butonic.de>
Date:   Mon Jun 23 11:07:01 2014 +0200
    use 'object' as the fakedir stream name
---
 lib/private/files/objectstore/objectstorestorage.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/private/files/objectstore/objectstorestorage.php b/lib/private/files/objectstore/objectstorestorage.php
index 0054ee1..63d672c 100644
--- a/lib/private/files/objectstore/objectstorestorage.php
+++ b/lib/private/files/objectstore/objectstorestorage.php
@@ -211,9 +211,9 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common {
 				$files[] = $file['name'];
 			}
 
-			\OC\Files\Stream\Dir::register('objstore' . $path, $files);
+			\OC\Files\Stream\Dir::register('object' . $path, $files);
 
-			return opendir('fakedir://objstore' . $path);
+			return opendir('fakedir://object' . $path);
 		} catch (Exception $e) {
 			\OCP\Util::writeLog('objectstore', $e->getMessage(), \OCP\Util::ERROR);
 			return false;
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
    
    
More information about the Pkg-owncloud-commits
mailing list