Skip to content

Commit

Permalink
Post-upgrade messages no longer being displayed (part 2)
Browse files Browse the repository at this point in the history
This line is only hit if the upgrader activates CiviGrant.
  • Loading branch information
totten committed Mar 21, 2022
1 parent b00d6b3 commit 792eb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public static function enableExtension(CRM_Queue_TaskContext $ctx, array $keys):
// 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);

return TRUE;
}
Expand Down

0 comments on commit 792eb3a

Please sign in to comment.