Skip to content
Snippets Groups Projects
Commit d727a861 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #491 from dlobo/MiscFixes

send right number of parameters to function
parents 07e33508 1fcf16cc
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