Fix broken reference to class constant in MDColorsSet
This commit is contained in:
parent
be67089b74
commit
737824e83f
|
@ -77,7 +77,7 @@ final class MDColorsSet extends MDValueSet {
|
|||
* @return array<string>
|
||||
*/
|
||||
public static function getUnsortedList(MDTlLoader $tlLoader):array {
|
||||
return parent::getTlUnsortedList($tlLoader, self::GENDERS, "gender_set", "gender_set");
|
||||
return parent::getTlUnsortedList($tlLoader, self::COLOR_NAMES, "colors_set", "colors_set");
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user