Skip to content
Snippets Groups Projects
Commit 5e15ba69 authored by totten's avatar totten
Browse files

Post-upgrade messages no longer being displayed (part 2)

This line is only hit if the upgrader activates CiviGrant.
parent 1430abfa
Branches
Tags
No related merge requests found
......@@ -195,7 +195,9 @@ class CRM_Upgrade_Incremental_Base {
// Note: A good test-scenario is to install 5.45; enable logging and CiviGrant; disable searchkit+afform; then upgrade to 5.47.
$schema = new CRM_Logging_Schema();
$schema->fixSchemaDifferences();
CRM_Core_Invoke::rebuildMenuAndCaches(FALSE, TRUE);
CRM_Core_Invoke::rebuildMenuAndCaches(FALSE, FALSE);
// sessionReset is FALSE because upgrade status/postUpgradeMessages are needed by the page. We reset later in doFinish().
return TRUE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment