Upgrade to 3.9.2
This commit is contained in:
@@ -179,7 +179,7 @@ class File extends ModelWithContent
|
||||
public function contentFileData(array $data, string $languageCode = null): array
|
||||
{
|
||||
return A::append($data, [
|
||||
'template' => $this->template(),
|
||||
'template' => $data['template'] ?? $this->template(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user