mirror of
https://github.com/moodle/moodle.git
synced 2025-01-30 03:58:34 +01:00
incorrect use of required_param()
This commit is contained in:
parent
bbba475967
commit
b1f00c8985
@ -16,7 +16,7 @@
|
||||
|
||||
require_login();
|
||||
|
||||
$courseid = required_param('courseid', 0, PARAM_INT);
|
||||
$courseid = required_param('courseid', PARAM_INT);
|
||||
|
||||
// The optional parameter 'clean' allows us to clear module information,
|
||||
// guaranteeing a module-independent question bank editing interface
|
||||
|
Loading…
x
Reference in New Issue
Block a user