Merge branch 'wip-MDL-34713-master' of git://github.com/phalacee/moodle

This commit is contained in:
Damyon Wiese 2013-03-11 13:43:56 +08:00
commit fcdb8cec4e

View File

@ -601,7 +601,7 @@ function blog_get_options_for_module($module, $user=null) {
}
if (array_key_exists($key, $moduleoptions)) {
// Serve from the cache so we don't have to regenerate
return $moduleoptions[$module->id];
return $moduleoptions[$key];
}
$canparticipate = (is_enrolled($modcontext) or is_viewing($modcontext));