MDL-61889 tool_dataprivacy: Fix CI errors

This commit is contained in:
Jun Pataleta 2018-05-17 17:00:03 +08:00
parent 6153be6850
commit dd26f1be12
23 changed files with 109 additions and 83 deletions

View file

@ -24,6 +24,8 @@
require_once(__DIR__ . '/../../../config.php');
require_login(null, false);
$id = optional_param('id', 0, PARAM_INT);
$url = new \moodle_url('/admin/tool/dataprivacy/editcategory.php', array('id' => $id));