From fdada7a8ea7030dde66b8cbd4193714dd94ab501 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Thu, 28 Dec 2017 18:57:52 +0100 Subject: [PATCH] consentAdmin: remove non-existing parameter --- modules/consentAdmin/www/consentAdmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/consentAdmin/www/consentAdmin.php b/modules/consentAdmin/www/consentAdmin.php index f3760a648..ebc09fc30 100644 --- a/modules/consentAdmin/www/consentAdmin.php +++ b/modules/consentAdmin/www/consentAdmin.php @@ -175,7 +175,7 @@ if ($action !== null && $sp_entityid !== null) { } else { if ($action == 'false') { // Got consent, so this is a request to remove it - $rowcount = $consent_storage->deleteConsent($hashed_user_id, $targeted_id, $attribute_hash); + $rowcount = $consent_storage->deleteConsent($hashed_user_id, $targeted_id); if ($rowcount > 0) { $res = "removed"; } -- GitLab