Skip to content

Commit

Permalink
Fix daterange bug
Browse files Browse the repository at this point in the history
From issue /zofe/issues/407
  • Loading branch information
fissible authored Sep 16, 2019
1 parent 0ba6c6d commit 792ebb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataForm/Field/Daterange.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function build()
$output = "";

unset($this->attributes['type']);
if (parent::build() === false) return;
if (Field::build() === false) return;

switch ($this->status) {

Expand Down

0 comments on commit 792ebb7

Please sign in to comment.