Skip to content

Commit

Permalink
[UPDATE]
Browse files Browse the repository at this point in the history
Melhorada lógica no método de habilitar a contagem por coluna.
  • Loading branch information
AyrtonRicardo committed Feb 21, 2014
1 parent 965214a commit 268654f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Umbrella/SimpleReport/BaseTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function setColumnFieldCounts($fieldsCounts)

public function enableColumnCount($enable)
{
$this->enableColunmCount = is_array($enable)? true : false;
$this->enableColunmCount = $enable;
return $this;
}

Expand Down

0 comments on commit 268654f

Please sign in to comment.