diff --git a/theme/bootstrapbase/javascript/moodlebootstrap.js b/theme/bootstrapbase/javascript/moodlebootstrap.js index 2502e13b8e4..d0d8356cb23 100644 --- a/theme/bootstrapbase/javascript/moodlebootstrap.js +++ b/theme/bootstrapbase/javascript/moodlebootstrap.js @@ -1,6 +1,6 @@ require(['core/first'], function() { - require(['theme_bootstrapbase/bootstrap', 'core/log'], function(bootstrap) { + require(['theme_bootstrapbase/bootstrap', 'core/log'], function(bootstrap, log) { log.debug('Bootstrap initialised'); }); });