Skip to content

Commit 90e026c

Browse files
committed
Fix cookie delete function
1 parent cd3a811 commit 90e026c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/qi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ public static function delete_cookies($name)
535535
$crumb = trim($crumbs[0]);
536536
if (strpos($crumb, $name) === 0)
537537
{
538-
self::set_cookie($name);
538+
self::set_cookie($crumb);
539539
}
540540
}
541541
}

0 commit comments

Comments
 (0)