mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-32094 fix various E_STRICT compatibility problems
This commit is contained in:
parent
0ed6f71232
commit
f20edd5208
27 changed files with 53 additions and 42 deletions
|
@ -76,7 +76,7 @@ class block_quiz_results extends block_base {
|
|||
return $cm->instance;
|
||||
}
|
||||
|
||||
function instance_config_save($data) {
|
||||
function instance_config_save($data, $nolongerused = false) {
|
||||
if (empty($data->quizid)) {
|
||||
$data->quizid = $this->get_owning_quiz();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue