From 41d49ea31f00aae4ef4f5b7861a84f3710510bd6 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 16 Apr 2015 23:54:16 +0200 Subject: [PATCH] Fix failing web requestid lookup. (cherry picked from commit b7b9bd1) --- lib/requestid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/requestid.php b/lib/requestid.php index 51e3f81a6..93698ae10 100644 --- a/lib/requestid.php +++ b/lib/requestid.php @@ -24,7 +24,7 @@ if (!isset($argv[1]) || ($argv[1] != "all" && $argv[1] != "full" && $argv[1] != if ($argv[1] === 'web') { (new \RequestIDWeb())->lookupRequestIDs( - ['limit' => $argv[1], 'show' => $argv[2], 'time' => (isset($argv[3]) && is_numeric($argv[3]) && $argv[3] > 0 ? $argv[3] : 0)] + ['limit' => 1000, 'show' => $argv[2], 'time' => (isset($argv[3]) && is_numeric($argv[3]) && $argv[3] > 0 ? $argv[3] : 0)] ); } else { (new \RequestIDLocal())->lookupRequestIDs(