Skip to content
Snippets Groups Projects
Commit 1fcf16cc authored by lobo's avatar lobo
Browse files

send right number of parameters to function

parent cad125da
Branches
Tags
No related merge requests found
......@@ -460,6 +460,7 @@ class CRM_Core_Invoke {
CRM_Core_BAO_SETTING::updateSettingsFromMetaData();
CRM_Core_Resources::singleton()->resetCacheCode();
// also rebuild triggers if requested explicitly
if (
$triggerRebuild ||
......
......@@ -625,7 +625,7 @@ SET version = '$version'
// cleanup caches CRM-8739
$config = CRM_Core_Config::singleton();
$config->cleanupCaches(1, FALSE);
$config->cleanupCaches(1);
// Rebuild all triggers and re-enable logging if needed
$logging = new CRM_Logging_Schema();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment