From 8592fc435c787417e85b91e2c489391e6c37be9e Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 16 Jun 2018 06:27:20 +0000 Subject: [PATCH] Fix indenting --- mod/ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/ping.php b/mod/ping.php index 01286013b8..6148645292 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -131,7 +131,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']; - $params = ['order' => ['created' => true]]; + $params = ['order' => ['created' => true]]; $items = Item::select(local_user(), $fields, $condition, $params); if (DBM::is_result($items)) {