[Pkg-owncloud-commits] [owncloud] 49/90: php <5.4 style array

David Prévot taffit at moszumanska.debian.org
Fri Feb 6 21:10:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 7ef006e1c9e5b3241b29eaf79d3561c43c44865b
Author: Robin Appelman <icewind at owncloud.com>
Date:   Thu Jan 15 14:02:36 2015 +0100

    php <5.4 style array
---
 lib/private/files/view.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/private/files/view.php b/lib/private/files/view.php
index 7e8589e..7609dbe 100644
--- a/lib/private/files/view.php
+++ b/lib/private/files/view.php
@@ -1290,7 +1290,7 @@ class View {
 			$this->getAbsolutePath($path),
 			$storage,
 			$internalPath,
-			[
+			array(
 				'fileid' => null,
 				'mimetype' => $storage->getMimeType($internalPath),
 				'name' => basename($path),
@@ -1299,7 +1299,7 @@ class View {
 				'mtime' => $storage->filemtime($internalPath),
 				'encrypted' => false,
 				'permissions' => \OCP\PERMISSION_ALL
-			],
+			),
 			$mount
 		);
 	}

-- 
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