Skip to content

Commit

Permalink
MDL-23813 glossary filter: add missing YUI dependency
Browse files Browse the repository at this point in the history
Fix found by Huy Hoang. I am just making a commit.
  • Loading branch information
timhunt committed Jul 2, 2012
1 parent 68b0cae commit d8b0e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filter/glossary/version.php
Expand Up @@ -25,7 +25,7 @@


defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();


$plugin->version = 2011102800; $plugin->version = 2011102801;
$plugin->requires = 2011102700; // Requires this Moodle version $plugin->requires = 2011102700; // Requires this Moodle version
$plugin->component= 'filter_glossary'; $plugin->component= 'filter_glossary';


Expand Down
2 changes: 1 addition & 1 deletion filter/glossary/yui/autolinker/autolinker.js
Expand Up @@ -132,4 +132,4 @@ YUI.add('moodle-filter_glossary-autolinker', function(Y) {
return new AUTOLINKER(config); return new AUTOLINKER(config);
} }


}, '@VERSION@', {requires:['base','node','event-delegate','overlay','moodle-enrol-notification']}); }, '@VERSION@', {requires:['base','node','io-base','json-parse','event-delegate','overlay','moodle-enrol-notification']});

0 comments on commit d8b0e1b

Please sign in to comment.