mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 09:02:07 +01:00
Fixed the class name in the calling code after a recent change
This commit is contained in:
parent
179982a400
commit
d51345c7c6
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user