Fix rebuild gitadmin using old user typeconst class
This commit is contained in:
@@ -99,7 +99,7 @@ function handleSingleRepository(
|
||||
handleSingleUserPHID($keydir, $viewer, $memberPHID,
|
||||
$system_keys, $used_keys));
|
||||
}
|
||||
} else if ($type == PhabricatorPeoplePHIDTypeUser::TYPECONST) {
|
||||
} else if ($type == PhabricatorPeopleUserPHIDType::TYPECONST) {
|
||||
$members = handleSingleUserPHID(
|
||||
$keydir, $viewer, $pushable->getPHID(), $system_keys, $used_keys);
|
||||
} else if ($type == PhabricatorPolicyPHIDTypePolicy::TYPECONST) {
|
||||
|
||||
Reference in New Issue
Block a user