Skip to content

Commit

Permalink
make sure we're all on the same page
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Oct 13, 2020
1 parent 04c322e commit 1b3947b
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 1b3947b

Please sign in to comment.