AbstractWidget: default properties should be empty
Helps troubleshooting, getter would fail with a hard-to-track error otherwise.
This commit is contained in:
parent
210aae27fd
commit
39d7d13ddb
|
@ -34,7 +34,7 @@ abstract class AbstractWidget
|
|||
protected static $view;
|
||||
|
||||
// TODO: Should we kick this?
|
||||
protected $properties;
|
||||
protected $properties = array();
|
||||
|
||||
/**
|
||||
* Getter for widget properties
|
||||
|
|
Loading…
Reference in New Issue