Skip to content

Commit 472056d

Browse files
author
Jonas De Keukelaere
committed
Fix typo
1 parent b66c78d commit 472056d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spoon/datagrid/datagrid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ public function setColumnsSequence($columns)
16011601
if($this->source->getNumResults() > 0)
16021602
{
16031603
// array
1604-
if(is_array($columns)) array_walk($columns, $this->setSequence(...));
1604+
if(is_array($columns)) array_walk($columns, $this->setColumnsSequence(...));
16051605

16061606
// multiple arguments
16071607
else

0 commit comments

Comments
 (0)