Fix rebuild gitadmin using old user typeconst class

This commit is contained in:
2014-11-10 01:16:32 +05:00
parent e533774ac0
commit fb3c71820b

View File

@@ -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) {