Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-06-01 18:50:07 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-06-01 18:50:07 +0300
commit1c19fd15e0d2fd2e6c4a7b562ea459d6c2cf975e (patch)
treec95f23f134a8c319f4158c0cc993086a61454319
parent200e9d949783efbd57f39acedebc03924c1dfff4 (diff)
parent9b05d22b0c775719c53d9cd42b5bf146084f5c32 (diff)
Merge pull request #16666 from owncloud/fix-code
Fix compatibility with 5.3 again
-rw-r--r--apps/user_ldap/group_ldap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php
index 0d39b74bbe8..fd7a904d3db 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(