mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-58138 completion: Fixes for a number of small issues.
This commit is contained in:
parent
32b93ea7f8
commit
273d310601
25 changed files with 90 additions and 146 deletions
|
@ -908,6 +908,7 @@ class moodle_page {
|
|||
throw new coding_exception('JavaScript collection has not been started.');
|
||||
}
|
||||
$this->_requires = $this->savedrequires;
|
||||
$this->savedrequires = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue