diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-25 17:23:42 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-25 17:23:42 +0200 |
commit | 3628d4d65d67d12afc93d969de61cb06a33179fd (patch) | |
tree | eb086eb66c4a14a16760c699422eafa67cf9b21f /apps/user_ldap/lib/Connection.php | |
parent | fb40afc4d4cb8e5cc28185c65b6fd9d87992101c (diff) | |
download | nextcloud-server-3628d4d65d67d12afc93d969de61cb06a33179fd.tar.gz nextcloud-server-3628d4d65d67d12afc93d969de61cb06a33179fd.zip |
avoid unnecessary recursion
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/lib/Connection.php')
-rw-r--r-- | apps/user_ldap/lib/Connection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Connection.php b/apps/user_ldap/lib/Connection.php index 3350dd6a5cd..9e84cbde35b 100644 --- a/apps/user_ldap/lib/Connection.php +++ b/apps/user_ldap/lib/Connection.php @@ -122,7 +122,7 @@ class Connection extends LDAPUtility { /** * @param string $name - * @return bool|mixed|void + * @return bool|mixed */ public function __get($name) { if(!$this->configured) { |