mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
b8d372c4bc
Summary: Because of the way PhabricatorOwnersPackage works, the code to save package changes when parsing commit changes was raising a few undefined index errors, and was throwing an exception trying to call a method on null (because not all of the phids related to the package had their handles loaded). This fix doesn't load the missing handles, it just avoids trying to use them. Test Plan: ./scripts/repository/reparse.php on a commit with path changes that triggered a package change Reviewers: epriestley, vrana Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4236 |
||
---|---|---|
.. | ||
application | ||
controller | ||
query | ||
storage | ||
OwnersPackageReplyHandler.php |