Skip to content

Commit

Permalink
Fix CC-480
Browse files Browse the repository at this point in the history
  • Loading branch information
aembler committed Nov 3, 2023
1 parent 4b03b62 commit 4990e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concrete/src/Entity/Express/Control/Control.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function setIsRequired($is_required)
public function getDisplayLabel()
{
return $this->getCustomLabel() ?
$this->getCustomLabel() :
h($this->getCustomLabel()) :
$this->getControlLabel();
}

Expand Down

0 comments on commit 4990e68

Please sign in to comment.