make sure we're `all` on the same page
authordemeritcowboy <demeritcowboy@hotmail.com>
Tue, 13 Oct 2020 23:21:01 +0000 (19:21 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Tue, 13 Oct 2020 23:21:01 +0000 (19:21 -0400)
CRM/Logging/Schema.php

index 2d1d0e3037913ce003805aa1b1341654d8f61f50..7adf83beefc8c8f502f44009b785f5e6095ea628 100644 (file)
@@ -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);