diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-01 10:09:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-01 10:09:23 +0200 |
commit | 1ae4a2f9e4ed34a1f3fa6beae3cd513e2bdf51c3 (patch) | |
tree | afd96255c0563818db3d8891f756c99df5e97e27 /apps/user_ldap/lib/Jobs/UpdateGroups.php | |
parent | 4beadfc2905d43d60c9493abe25c6e343f4ae52a (diff) | |
parent | 013f691fe9c22c2c144f0a0a9da88dff028939c7 (diff) | |
download | nextcloud-server-1ae4a2f9e4ed34a1f3fa6beae3cd513e2bdf51c3.tar.gz nextcloud-server-1ae4a2f9e4ed34a1f3fa6beae3cd513e2bdf51c3.zip |
Merge pull request #1143 from nextcloud/ldap-smells-for-fun-and-profit
fix a few minor code smells
Diffstat (limited to 'apps/user_ldap/lib/Jobs/UpdateGroups.php')
-rw-r--r-- | apps/user_ldap/lib/Jobs/UpdateGroups.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Jobs/UpdateGroups.php b/apps/user_ldap/lib/Jobs/UpdateGroups.php index 047b95a6d9b..3b951d20c43 100644 --- a/apps/user_ldap/lib/Jobs/UpdateGroups.php +++ b/apps/user_ldap/lib/Jobs/UpdateGroups.php @@ -44,7 +44,6 @@ class UpdateGroups extends \OC\BackgroundJob\TimedJob { static private $groupsFromDB; static private $groupBE; - static private $connector; public function __construct(){ $this->interval = self::getRefreshInterval(); |