Fix bad conflict resolve
Also fix wrong push capability check.
This commit is contained in:
@@ -74,7 +74,7 @@ function handleSingleRepository(
|
||||
$viewer,
|
||||
$repository);
|
||||
|
||||
$pushable = $policies[DiffusionCapabilityPush::CAPABILITY];
|
||||
$pushable = $policies[DiffusionPushCapability::CAPABILITY];
|
||||
$type = phid_get_type($pushable->getPHID());
|
||||
|
||||
// Make sure repository is always available for read-only access
|
||||
|
||||
Reference in New Issue
Block a user