MDL-21193 finally fixed YUI3 laoding - now fully cached and working - yay!

This commit is contained in:
Petr Skoda 2009-12-28 23:08:55 +00:00
parent 7a82b2afc8
commit 945f19f77d
4 changed files with 90 additions and 60 deletions

View file

@ -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) {