fix PHP 8.0 TypeError: json_decode(): Argument #1 ($json) must be of type string, array given

This commit is contained in:
Ralf Becker 2021-11-05 14:23:03 +01:00
parent 42d45131e6
commit 108d077ccd

View File

@ -1496,9 +1496,6 @@ class calendar_uiforms extends calendar_ui
*/
public function ajax_conflicts()
{
$participants = json_decode($_GET['participants'],true);
unset($_GET['participants']);
$content = $this->default_add_event();
// Process edit wants to see input values