Merge branch 'w17_MDL-39371_m25_cleandep' of git://github.com/skodak/moodle

This commit is contained in:
Damyon Wiese 2013-04-29 14:52:40 +08:00
commit b38218cfb0

View file

@ -33,3 +33,6 @@ defined('MOODLE_INTERNAL') || die;
$plugin->version = 2013042400;
$plugin->requires = 2013040500;
$plugin->component = 'theme_clean';
$plugin->dependencies = array(
'theme_bootstrapbase' => 2013032800,
);