mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'wip-MDL-33811-m23' of git://github.com/samhemelryk/moodle
This commit is contained in:
commit
4c7d9eb5c2
1 changed files with 1 additions and 1 deletions
|
@ -749,7 +749,7 @@ class page_requirements_manager {
|
||||||
if (!is_array($modules)) {
|
if (!is_array($modules)) {
|
||||||
$modules = array($modules);
|
$modules = array($modules);
|
||||||
}
|
}
|
||||||
if (empty($CFG->useexternalyui) || true) {
|
if (empty($CFG->useexternalyui)) {
|
||||||
// We need to set the M.yui.galleryversion to the correct version
|
// We need to set the M.yui.galleryversion to the correct version
|
||||||
$jscode = 'M.yui.galleryversion='.json_encode($galleryversion).';';
|
$jscode = 'M.yui.galleryversion='.json_encode($galleryversion).';';
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue