1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Possibly fix an issue with storage upgrade, see <https://github.com/facebook/phabricator/issues/399>

This commit is contained in:
epriestley 2013-10-02 07:44:19 -07:00
parent 742d45b625
commit 6bd2251fa2

View file

@ -107,7 +107,7 @@ final class PhabricatorStorageManagementUpgradeWorkflow
}
$applied = $api->getAppliedPatches();
$applied = array_fill_keys($applied, true);
$applied = array_fuse($applied);
$skip_mark = false;
if ($apply_only) {