mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 00:20:37 +01:00
Merge branch 'MDL-70324-master' of https://github.com/JBThong/moodle
This commit is contained in:
commit
5c10b07c6f
@ -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