mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Oops! RISK_DATALOSS did not exist before 1.9.
This commit is contained in:
parent
877f1e2485
commit
7fa260c83c
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ $mod_quiz_capabilities = array(
|
||||||
|
|
||||||
// Delete attempts using the overview report.
|
// Delete attempts using the overview report.
|
||||||
'mod/quiz:deleteattempts' => array(
|
'mod/quiz:deleteattempts' => array(
|
||||||
'riskbitmask' => RISK_DATALOSS,
|
|
||||||
'captype' => 'write',
|
'captype' => 'write',
|
||||||
'contextlevel' => CONTEXT_MODULE,
|
'contextlevel' => CONTEXT_MODULE,
|
||||||
'legacy' => array(
|
'legacy' => array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue