Fixes an issue where the default widgets are not loaded

Ping @ChadStrat
This commit is contained in:
Samuel Georges 2016-05-16 06:41:15 +10:00
parent 0d3566e3f6
commit 41de93a2cb
1 changed files with 1 additions and 1 deletions

View File

@ -91,8 +91,8 @@ class ReportContainer extends WidgetBase
parent::__construct($controller, $configuration);
$this->bindToController();
$this->fillFromConfig();
$this->bindToController();
}
/**