mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fix PHP 8.0 TypeError: json_decode(): Argument #1 ($json) must be of type string, array given
This commit is contained in:
parent
e73923f0c5
commit
12d93814c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user