Fix parent-child compatibility with class function names
This commit is contained in:
@ -57,7 +57,7 @@ class MDEventsSet extends MDValueSet {
|
||||
* @return array<string>
|
||||
*/
|
||||
public static function getSortedList(MDTlLoader $tlLoader):array {
|
||||
return parent::getSortedList($tlLoader, self::EVENT_IDS, "eventtype_name", "eventname");
|
||||
return parent::getTlSortedList($tlLoader, self::EVENT_IDS, "eventtype_name", "eventname");
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user