Skip to content

Commit

Permalink
add missing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Meier authored and rande committed Mar 27, 2013
1 parent 7767eae commit 3d8818d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Admin/FieldDescriptionCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ public function count()
*/
public function reorder(array $keys)
{
if($this->has('batch')){
if ($this->has('batch')) {
array_unshift($keys, 'batch');
}

$this->elements = array_merge(array_flip($keys), $this->elements);
}
}

0 comments on commit 3d8818d

Please sign in to comment.