Skip to content

Commit

Permalink
Update libraries/src/Form/Field/ListField.php
Browse files Browse the repository at this point in the history
fix spaces

Co-authored-by: Quy <quy@nomonkeybiz.com>
  • Loading branch information
Razzo1987 and Quy committed Jan 31, 2024
1 parent 33a2346 commit 4e7e523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/src/Form/Field/ListField.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ public function setup(\SimpleXMLElement $element, $value, $group = null)
$return = parent::setup($element, $value, $group);

if ($return) {
// Check if its using the old way
$this->header = (string) $this->element['header'] ?: false;
// Check if it's using the old way
$this->header = (string) $this->element['header'] ?: false;
}

return $return;
Expand Down

0 comments on commit 4e7e523

Please sign in to comment.