From b6231bdd8def7750eb55eb663f9f3567e1365f65 Mon Sep 17 00:00:00 2001 From: Darko Date: Thu, 10 Sep 2015 11:54:48 +0200 Subject: [PATCH] Missed one. --- www/pages/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pages/api.php b/www/pages/api.php index 223d0bd8e..4d6a92e0a 100644 --- a/www/pages/api.php +++ b/www/pages/api.php @@ -126,7 +126,7 @@ switch ($function) { case 's': verifyEmptyParameter('q'); $maxAge = maxAge(); - $page->users->addApiRequest($uid, $_SERVER['REQUEST_URI'], $hosthash); + $page->users->addApiRequest($uid, $_SERVER['REQUEST_URI']); $categoryID = categoryid(); $limit = limit(); $offset = offset();