More fixes for MFA

This commit is contained in:
2019-06-18 16:18:29 +02:00
parent feb8db1212
commit aee7dc94bc

View File

@@ -54,7 +54,7 @@ final class PhabricatorMultiFactorSettingsPanel
->setViewer($viewer)
->withUserPHIDs(array($user->getPHID()))
->execute();
$factors = msort($factors, 'newSortVector');
$factors = msortv($factors, 'newSortVector');
$rows = array();
$rowc = array();