mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-70324 Question: get_all_response_file_areas() not work correctly
This commit is contained in:
parent
f34b44674f
commit
017b1252ed
@ -432,7 +432,7 @@ abstract class question_engine {
|
||||
public static function get_all_response_file_areas() {
|
||||
$variables = array();
|
||||
foreach (question_bank::get_all_qtypes() as $qtype) {
|
||||
$variables += $qtype->response_file_areas();
|
||||
$variables = array_merge($variables, $qtype->response_file_areas());
|
||||
}
|
||||
|
||||
$areas = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user