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