diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-07-25 13:10:59 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-07-25 13:10:59 +0200 |
commit | c8404a7bfa3d462ebf8208f7647f5da1e005e9c5 (patch) | |
tree | eb76f0812ba18bf3c093fa5e9af46924b7ba0ed9 /apps | |
parent | 92f447ca50e8b35f34c8020f867664c25703bd2c (diff) | |
download | nextcloud-server-c8404a7bfa3d462ebf8208f7647f5da1e005e9c5.tar.gz nextcloud-server-c8404a7bfa3d462ebf8208f7647f5da1e005e9c5.zip |
code style
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/group_ldap.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php index bc9c95ffe08..ea2cc17733d 100644 --- a/apps/user_ldap/group_ldap.php +++ b/apps/user_ldap/group_ldap.php @@ -24,7 +24,6 @@ namespace OCA\user_ldap; class GROUP_LDAP extends lib\Access implements \OCP\GroupInterface { -// //group specific settings protected $enabled = false; protected $_group_user = array(); |