Skip to content

Commit

Permalink
Merge branch 'wip-MDL-33811-m23' of git://github.com/samhemelryk/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Jun 20, 2012
2 parents 01158d8 + 624ef76 commit 4c7d9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outputrequirementslib.php
Expand Up @@ -749,7 +749,7 @@ public function yui_module($modules, $function, array $arguments = null, $galler
if (!is_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
$jscode = 'M.yui.galleryversion='.json_encode($galleryversion).';';
} else {
Expand Down

0 comments on commit 4c7d9eb

Please sign in to comment.