Fixed the class name in the calling code after a recent change

This commit is contained in:
David Mudrak 2011-05-18 00:55:24 +02:00
parent 179982a400
commit d51345c7c6

View File

@ -124,7 +124,7 @@ abstract class convert_helper {
}
// get the supported conversion paths from all available converters
$converters = convert_factory::available_converters();
$converters = self::available_converters();
$descriptions = array();
foreach ($converters as $name) {
$classname = "{$name}_converter";