forked from extern/egroupware
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…
Reference in New Issue
Block a user