diff --git a/scripts/gitadmin/rebuild_gitadmin.php b/scripts/gitadmin/rebuild_gitadmin.php index e2ed8bfed9..83025a8edf 100755 --- a/scripts/gitadmin/rebuild_gitadmin.php +++ b/scripts/gitadmin/rebuild_gitadmin.php @@ -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) {