Fix function call
This commit is contained in:
parent
f0cd7cac9e
commit
a480041f9c
@ -225,7 +225,7 @@ class BeanLoader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (count($dataList)) {
|
if (count($dataList)) {
|
||||||
self::loadObjectsFromData();
|
self::loadObjectsFromData($type, $loadFunc, $dataList, $boardList);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove all objects from existing boardlist when none in datalist
|
// Remove all objects from existing boardlist when none in datalist
|
||||||
|
Reference in New Issue
Block a user