Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit e363125

Browse files
vyskocilpavelpajavyskocil
authored andcommitted
Fixed the bug with whitelisting entityId, whitch is already whitelisted
1 parent 7e97dfe commit e363125

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

www/protected/whitelistIdp.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
if ($service->isWhitelisted($entityid)) {
3232
if (!$service->isGreylisted($entityid)) {
3333

34-
// Save new timestamp
35-
$service->whitelistIdp($entityid, $reason);
36-
3734
header('Content-Type: application/json');
3835
echo json_encode(array(
3936
'result' => 'ALREADY_THERE',

0 commit comments

Comments
 (0)