Merge pull request #12153 from JMAConsulting/dev_core_116
[civicrm-core.git] / CRM / Upgrade / Form.php
index ada624603faf1b823ea3e0a5bdc61a8ab8966210..b2b09f08f2a61e32c7c0726c311d8c98491e47c4 100644 (file)
@@ -738,6 +738,9 @@ SET    version = '$version'
     $config = CRM_Core_Config::singleton();
     $config->cleanupCaches(1);
 
+    $versionCheck = new CRM_Utils_VersionCheck();
+    $versionCheck->flushCache();
+
     // Rebuild all triggers and re-enable logging if needed
     $logging = new CRM_Logging_Schema();
     $logging->fixSchemaDifferences();