X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fping.php;h=f30d1a61b9da5175af37a86a91406f537fe641b6;hb=39a537c415fad16c51e1422ff32ab60ac76da6b8;hp=9b844cc48ddc02ad7ce52f3753e20f3d74cd08ce;hpb=8010ccdc216fc9caf308346ab750386caa7946e1;p=friendica.git diff --git a/mod/ping.php b/mod/ping.php index 9b844cc48d..f30d1a61b9 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -123,7 +123,7 @@ function ping_init(App $a) $condition = ["`unseen` AND `uid` = ? AND `contact-id` != ?", local_user(), local_user()]; $fields = ['id', 'parent', 'verb', 'author-name', 'unseen', 'author-link', 'author-avatar', 'contact-avatar', 'network', 'created', 'object', 'parent-author-name', 'parent-author-link', 'parent-guid', 'wall']; - $params = ['order' => ['created' => true]]; + $params = ['order' => ['received' => true]]; $items = Item::selectForUser(local_user(), $fields, $condition, $params); if (DBA::isResult($items)) {