mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX: Ensure Embed options are always array
This maintains support for embed 3.0.0.
This commit is contained in:
parent
24dfe0b026
commit
85252ca05e
@ -29,7 +29,7 @@ class EmbedResource implements Embeddable
|
|||||||
/**
|
/**
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected $options;
|
protected $options = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var DispatcherInterface
|
* @var DispatcherInterface
|
||||||
|
Loading…
Reference in New Issue
Block a user