projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04c322e
)
make sure we're `all` on the same page
author
demeritcowboy
<demeritcowboy@hotmail.com>
Tue, 13 Oct 2020 23:21:01 +0000
(19:21 -0400)
committer
demeritcowboy
<demeritcowboy@hotmail.com>
Tue, 13 Oct 2020 23:21:01 +0000
(19:21 -0400)
CRM/Logging/Schema.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Logging/Schema.php
b/CRM/Logging/Schema.php
index 2d1d0e3037913ce003805aa1b1341654d8f61f50..7adf83beefc8c8f502f44009b785f5e6095ea628 100644
(file)
--- 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->fixSchemaDifferencesForA
LL
();
+ $this->fixSchemaDifferencesForA
ll
();
}
// invoke the meta trigger creation call
CRM_Core_DAO::triggerRebuild(NULL, TRUE);