Fix function call

This commit is contained in:
Matthew Ross 2017-01-05 20:59:22 -05:00
parent f0cd7cac9e
commit a480041f9c

View File

@ -225,7 +225,7 @@ class BeanLoader {
}
if (count($dataList)) {
self::loadObjectsFromData();
self::loadObjectsFromData($type, $loadFunc, $dataList, $boardList);
}
// Remove all objects from existing boardlist when none in datalist