diff --git a/CRM/Core/DAO/AllCoreTables.php b/CRM/Core/DAO/AllCoreTables.php index 2db1a16acfa7..6a274847fc90 100644 --- a/CRM/Core/DAO/AllCoreTables.php +++ b/CRM/Core/DAO/AllCoreTables.php @@ -366,11 +366,9 @@ public static function getEntityNameForTable(string $tableName) { /** * Reinitialise cache. - * - * @param bool $fresh */ - public static function reinitializeCache($fresh = FALSE) { - self::init($fresh); + public static function reinitializeCache() { + self::init(TRUE); } /**