AbstractWidget: default properties should be empty

Helps troubleshooting, getter would fail with a hard-to-track error
otherwise.
This commit is contained in:
Thomas Gelf 2014-11-15 16:53:48 +01:00
parent 210aae27fd
commit 39d7d13ddb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ abstract class AbstractWidget
protected static $view;
// TODO: Should we kick this?
protected $properties;
protected $properties = array();
/**
* Getter for widget properties