From 1b3947b3d71c2f62ef69d2def8030650be22ff47 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Tue, 13 Oct 2020 19:21:01 -0400 Subject: [PATCH] make sure we're `all` on the same page --- CRM/Logging/Schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Logging/Schema.php b/CRM/Logging/Schema.php index 2d1d0e3037..7adf83beef 100644 --- a/CRM/Logging/Schema.php +++ b/CRM/Logging/Schema.php @@ -288,7 +288,7 @@ AND (TABLE_NAME LIKE 'log_civicrm_%' $nonStandardTableNameString ) $config->logging = TRUE; } if ($config->logging) { - $this->fixSchemaDifferencesForALL(); + $this->fixSchemaDifferencesForAll(); } // invoke the meta trigger creation call CRM_Core_DAO::triggerRebuild(NULL, TRUE); -- 2.25.1