Skip to content

Commit

Permalink
Merge pull request #18762 from demeritcowboy/all-ALL
Browse files Browse the repository at this point in the history
Typo in call to fixSchemaDifferencesForAll
  • Loading branch information
seamuslee001 authored Oct 14, 2020
2 parents 04c322e + 1b3947b commit bdb44b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Logging/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ public function fixSchemaDifferences($enableLogging = FALSE) {
$config->logging = TRUE;
}
if ($config->logging) {
$this->fixSchemaDifferencesForALL();
$this->fixSchemaDifferencesForAll();
}
// invoke the meta trigger creation call
CRM_Core_DAO::triggerRebuild(NULL, TRUE);
Expand Down

0 comments on commit bdb44b9

Please sign in to comment.