Skip to content

Commit

Permalink
[Ref] remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Aug 17, 2021
1 parent 8b98ad2 commit ec114c2
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 ec114c2

Please sign in to comment.