Move the whole compiler GET of the component object to now use the container->component object/class.
This commit is contained in:
@ -91,7 +91,7 @@ abstract class MathHelper
|
||||
// loop the values and run bcadd
|
||||
foreach($array as $val)
|
||||
{
|
||||
$value = bcadd($value, $val, $scale);
|
||||
$value = bcadd($value, (string) $val, $scale);
|
||||
}
|
||||
return $value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user