mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +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]))
|
if(!$this -> attrs[$attr_name] -> loadData($data[$attr_name]))
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
$this->cache=array();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue