Jump to content


Photo

Bug in lib_master::convertGroup()


In the mentioned function the current converters code contains:
$info['g_max_mass_pm'] = intval(g_max_mass_pm);

Obviously it should be:

$info['g_max_mass_pm'] = intval($info['g_max_mass_pm']);

Status: Fixed
Version: 0
Fixed In: 0


2 Comments

Updating Status to: Confirmed - General

-
Updating Status to: Fixed

-