Upgrader - Use generic (non-api4) code in upgrader
authorcolemanw <coleman@civicrm.org>
Tue, 16 May 2023 01:30:32 +0000 (21:30 -0400)
committercolemanw <coleman@civicrm.org>
Tue, 16 May 2023 02:12:40 +0000 (22:12 -0400)
commit0e4663f38c174d780c6c442371c36d983b8eb4df
tree7f69f72fb3a063176a83639662d47ded6da91b1c
parented04e066ccee9d77cf56fd356cef5700f07e2c2b
Upgrader - Use generic (non-api4) code in upgrader

This was causing issues with https://github.com/civicrm/civicrm-core/pull/26208
because the Contribution API is no longer available without enabling the
civi_contribute extension, which doesn't happen until a later upgrade step.
CRM/Upgrade/Incremental/php/FiveSixtyOne.php