mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-70324-3.9' of https://github.com/JBThong/moodle into MOODLE_39_STABLE
This commit is contained in:
commit
cef3216f2a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue