Correction for the previous commit

This commit is contained in:
2013-11-27 22:20:55 +06:00
parent b1097e9c61
commit d03569e908

View File

@@ -42,7 +42,7 @@ function handleSingleUserPHID(
->withPHIDs(array($userPHID))
->executeOne();
if (!$user) {
return;
return array();
}
$keys = id(new PhabricatorUserSSHKey())->loadAllWhere(