Skip to content
Snippets Groups Projects
Commit 7d84c474 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Use uasort instead of usort.

parent 46a771d2
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ foreach($contacts_addressbook as $addressbook_id => $contacts) {
}
}
usort($contacts_addressbook, 'cmp');
uasort($contacts_addressbook, 'cmp');
$tmpl = new OCP\Template("contacts", "part.contacts");
$tmpl->assign('books', $contacts_addressbook, false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment