LSldapObject : fixed bug in loadData() method that does not clear the object cache.

This commit is contained in:
Benjamin Renard 2010-04-26 14:08:56 +02:00
parent 486782e33f
commit 1e32b94ac7

View file

@ -98,6 +98,7 @@ class LSldapObject {
if(!$this -> attrs[$attr_name] -> loadData($data[$attr_name]))
return;
}
$this->cache=array();
return true;
}
return;