mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSldapObject : fixed bug in loadData() method that does not clear the object cache.
This commit is contained in:
parent
486782e33f
commit
1e32b94ac7
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ class LSldapObject {
|
|||
if(!$this -> attrs[$attr_name] -> loadData($data[$attr_name]))
|
||||
return;
|
||||
}
|
||||
$this->cache=array();
|
||||
return true;
|
||||
}
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue