diff --git a/application/forms/DeployFormsBug7530.php b/application/forms/DeployFormsBug7530.php index 17374ffb..79756430 100644 --- a/application/forms/DeployFormsBug7530.php +++ b/application/forms/DeployFormsBug7530.php @@ -64,6 +64,7 @@ trait DeployFormsBug7530 protected function coreHasBug7530() { + // TODO: Cache this if ($this->api instanceof CoreApi) { $version = $this->api->getVersion(); if ($version === null) {