From b51dc4dd9130e679813a99ab3b9a82db401de8a8 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 15 Feb 2021 07:43:54 +0000 Subject: [PATCH] Reverting the test --- include/api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/api.php b/include/api.php index d408fc40e4..d56599ce66 100644 --- a/include/api.php +++ b/include/api.php @@ -2262,7 +2262,6 @@ function api_statuses_user_timeline($type) $condition[0] .= " AND `id` <= ?"; $condition[] = $max_id; } - $condition = []; // test $params = ['order' => ['id' => true], 'limit' => [$start, $count]]; $statuses = Post::selectForUser(api_user(), [], $condition, $params);