Add in release notes and bump version to be 5.17.2
[civicrm-core.git] / sql / GenerateData.php
index 2809fa382df039e2c66f88cf928e751e6819bf23..ebd098bdd4981006d14e16a090851c41d0f9738c 100644 (file)
@@ -1195,7 +1195,8 @@ class CRM_GCD {
     //In this function when we add groups that time we are cache the contact fields
     //But at the end of setup we are appending sample custom data, so for consistency
     //reset the cache.
-    CRM_Core_BAO_Cache::deleteGroup('contact fields');
+    Civi::cache('fields')->flush();
+    CRM_Core_BAO_Cache::resetCaches();
   }
 
   /**