mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-23 05:01:13 +01:00
Possibly fix an issue with storage upgrade, see <https://github.com/facebook/phabricator/issues/399>
This commit is contained in:
parent
742d45b625
commit
6bd2251fa2
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ final class PhabricatorStorageManagementUpgradeWorkflow
|
||||||
}
|
}
|
||||||
|
|
||||||
$applied = $api->getAppliedPatches();
|
$applied = $api->getAppliedPatches();
|
||||||
$applied = array_fill_keys($applied, true);
|
$applied = array_fuse($applied);
|
||||||
|
|
||||||
$skip_mark = false;
|
$skip_mark = false;
|
||||||
if ($apply_only) {
|
if ($apply_only) {
|
||||||
|
|
Loading…
Reference in a new issue