Skip to content

Commit

Permalink
bug fixed: unknown index given
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmoke26 committed Jul 31, 2016
1 parent ad80e69 commit db44491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Section.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Section {
* @param array $config Configuration object
*/
public function __construct ( array $config ) {
$this->componentId = $config['componentId,'];
$this->componentId = $config['componentId'];
$this->section = $config['section'];
$this->baseUrl = $config['baseUrl'];
$this->fileClass = $config['fileClass'];
Expand Down

0 comments on commit db44491

Please sign in to comment.