[Pkg-owncloud-commits] [owncloud] 07/12: Fix compatibility with 5.4 again

David Prévot taffit at moszumanska.debian.org
Tue Jun 2 01:14:04 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 9b05d22b0c775719c53d9cd42b5bf146084f5c32
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Mon Jun 1 17:24:58 2015 +0200

    Fix compatibility with 5.4 again
    
    Fixes https://github.com/owncloud/core/issues/16665
---
 apps/user_ldap/group_ldap.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php
index 0d39b74..fd7a904 100644
--- a/apps/user_ldap/group_ldap.php
+++ b/apps/user_ldap/group_ldap.php
@@ -262,7 +262,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface {
 			throw new \Exception('Not a valid group');
 		}
 
-		$filterParts = [];
+		$filterParts = array();
 		// part for counting users (see countUsers in user backend)
 		// it is consolidated in OC 8. No big changes for OC 7.
 		$filterParts[] = \OCP\Util::mb_str_replace(

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