Upgrader - Fix error on Snapshot::cleanupTask
authorTim Otten <totten@civicrm.org>
Thu, 26 May 2022 07:36:15 +0000 (00:36 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 26 May 2022 07:36:15 +0000 (00:36 -0700)
commit1181545c471dc03db5c85aa11926dbd0da27149f
tree7b99919c161ba2c0f5908d15a45e52c48879e5d6
parent617e74b578ea196b05c93eefc38fbd4e9ee5b964
Upgrader - Fix error on Snapshot::cleanupTask

This is a follow-up to #23522.

Before
------

Upgrade works on `cv upgrade:db` but fails on `drush civicrm-upgrade-db`

After
-----

Upgrades on both `cv upgrade:db` and `drush civicrm-upgrade-db`
CRM/Upgrade/Snapshot.php