mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
Diffusion - fix bug from D5883
Summary: forgot to specify the commit! On github as https://github.com/facebook/phabricator/pull/318, though this is a tighter fix. Test Plan: tried to save an owners package with a folder - FAIL - then with the patch - GREAT SUCCESS Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5933
This commit is contained in:
parent
a94eee694b
commit
ea43c0bc86
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ final class PhabricatorOwnersPackage extends PhabricatorOwnersDAO
|
|||
$drequest,
|
||||
'diffusion.browsequery',
|
||||
array(
|
||||
'commit' => $drequest->getCommit(),
|
||||
'path' => $path,
|
||||
'needValidityOnly' => true)));
|
||||
$valid = $results->isValidResults();
|
||||
|
|
Loading…
Reference in a new issue