mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
removed unused server variable from __sleep()
This commit is contained in:
parent
6ac373cfa4
commit
1ee795d686
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class Ldap{
|
|||
// closes connection to LDAP server before serialization
|
||||
function __sleep() {
|
||||
$this->close();
|
||||
return array("conf", "server", "username", "password");
|
||||
return array("conf", "username", "password");
|
||||
}
|
||||
|
||||
// reconnects to LDAP server when deserialized
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue