Skip to content

Commit

Permalink
Fixed a minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Aug 18, 2015
1 parent 93a4099 commit 4abeeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataCollector/EasyAdminDataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function collect(Request $request, Response $response, \Exception $except
'site_name' => $this->backendConfiguration['site_name'],
),
'config_formats' => $this->backendConfiguration['formats'],
'config_design' => count($this->backendConfiguration['design']),
'config_design' => $this->backendConfiguration['design'],
'config_actions' => array(
'disabled_actions' => $this->backendConfiguration['disabled_actions'],
'list' => $this->backendConfiguration['list'],
Expand Down

0 comments on commit 4abeeff

Please sign in to comment.