Skip to content
Snippets Groups Projects
Commit a0f1f6c2 authored by Robin McCorkell's avatar Robin McCorkell
Browse files

Merge pull request #808 from owncloud/fix-php-errors-accountscontroller-etc

Fix php errors accountscontroller etc
parents 1695a91d 0269ab7b
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class UnifiedMailbox implements IMailBox {
});
// sort by time
usort($messages, function($a, $b) {
usort($allMessages, function($a, $b) {
return $a['dateInt'] < $b['dateInt'];
});
......
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