Fix cannot edit schedules

This commit is contained in:
Nathan Gray 2013-01-23 16:21:06 +00:00
parent 25a8b7dbc4
commit a01b53a2b3

View File

@ -83,7 +83,7 @@
} }
public function edit($content = array()) { public function edit($content = array()) {
$id = $_GET['id'] ? $_GET['id'] : $content['id']; $id = $_GET['id'] ? urldecode($_GET['id']) : $content['id'];
$definition_id = $_GET['definition']; $definition_id = $_GET['definition'];
unset($content['id']); unset($content['id']);