diff --git a/application/forms/DeployFormsBug7530.php b/application/forms/DeployFormsBug7530.php index b31d3563..0d127f9e 100644 --- a/application/forms/DeployFormsBug7530.php +++ b/application/forms/DeployFormsBug7530.php @@ -13,7 +13,7 @@ trait DeployFormsBug7530 if (parent::hasBeenSubmitted()) { return true; } else { - return \strlen($this->getSentValue('confirm_7530')) > 0; + return strlen($this->getSentValue('confirm_7530', '')) > 0; } }