[Pkg-owncloud-commits] [owncloud] 98/165: move away from deprecated consts

David Prévot taffit at moszumanska.debian.org
Thu Apr 23 04:06:39 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit 460a78436f160591f88c131ed42c45ef646a27e1
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Mon Apr 20 11:22:11 2015 +0200

    move away from deprecated consts
---
 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 7695ba0..8f56e01 100644
--- a/apps/user_ldap/group_ldap.php
+++ b/apps/user_ldap/group_ldap.php
@@ -746,6 +746,6 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface {
 	* compared with OC_USER_BACKEND_CREATE_USER etc.
 	*/
 	public function implementsActions($actions) {
-		return (bool)(OC_GROUP_BACKEND_COUNT_USERS & $actions);
+		return (bool)(\OC_Group_Backend::COUNT_USERS & $actions);
 	}
 }

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