From 3f657a01c84284a0a8c9b8490e61c8f7e7a73065 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 4 Dec 2019 12:25:00 +0100 Subject: [PATCH] DeployFormsBug7350: add a reminder --- application/forms/DeployFormsBug7530.php | 1 + 1 file changed, 1 insertion(+) 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) {