mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
Fix cannot edit schedules
This commit is contained in:
parent
25a8b7dbc4
commit
a01b53a2b3
@ -83,7 +83,7 @@
|
||||
}
|
||||
|
||||
public function edit($content = array()) {
|
||||
$id = $_GET['id'] ? $_GET['id'] : $content['id'];
|
||||
$id = $_GET['id'] ? urldecode($_GET['id']) : $content['id'];
|
||||
$definition_id = $_GET['definition'];
|
||||
|
||||
unset($content['id']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user