mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-21193 finally fixed YUI3 laoding - now fully cached and working - yay!
This commit is contained in:
parent
7a82b2afc8
commit
945f19f77d
4 changed files with 90 additions and 60 deletions
|
@ -394,7 +394,7 @@ class core_renderer extends renderer_base {
|
|||
}
|
||||
|
||||
// Get any HTML from the page_requirements_manager.
|
||||
$output .= $this->page->requires->get_head_code();
|
||||
$output .= $this->page->requires->get_head_code($this->page, $this);
|
||||
|
||||
// List alternate versions.
|
||||
foreach ($this->page->alternateversions as $type => $alt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue