blog MDL-22161 Fixed minor regression

This commit is contained in:
Sam Hemelryk 2010-04-23 04:08:28 +00:00
parent 27bad0a629
commit af8fe217ad

View File

@ -439,7 +439,7 @@ function blog_get_options_for_course(stdClass $course, stdClass $user=null) {
}
// Serve from the cache if we've already generated for this course
if (array_key_exists($key, $courseoptions)) {
return $courseoptions[$course->id];
return $courseoptions[$key];
}
if (has_capability('moodle/blog:view', get_context_instance(CONTEXT_COURSE, $course->id))) {