Skip to content

Commit

Permalink
Merge pull request #21161 from eileenmcnaughton/reinit
Browse files Browse the repository at this point in the history
[Ref] remove unused variable
  • Loading branch information
demeritcowboy authored Aug 17, 2021
2 parents 5d10f7e + ec114c2 commit cf766c7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CRM/Core/DAO/AllCoreTables.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit cf766c7

Please sign in to comment.