Fix definition flags (#4081)

This commit is contained in:
jekkos
2024-10-05 02:45:39 +02:00
parent f3277b0d38
commit 691ba1e8ca

View File

@@ -708,7 +708,7 @@ function get_attribute_definition_data_row(object $attribute_row): array
}
else
{
$definition_flags = implode(', ', $attribute->get_definition_flags());
$definition_flags = implode(', ', $attribute_row->definition_flags);
}
return [