LSattribute :: getUpdateData() : Fixed notice PHP

This commit is contained in:
Benjamin Renard 2010-11-16 19:46:52 +01:00
parent ef40b5825c
commit 02d5955075

View file

@ -524,7 +524,7 @@ class LSattribute {
return $this -> _finalUpdateData;
}
$data=$this -> updateData;
if ($this -> config['onSave']) {
if (isset($this -> config['onSave'])) {
if (is_array($this -> config['onSave'])) {
$result=$data;
foreach($this -> config['onSave'] as $func) {