MDL-20982 glossary - make print view to respect current theme ; backported from 19_STABLE

This commit is contained in:
Eloy Lafuente
2009-11-26 11:36:39 +00:00
parent 75d4f4ef91
commit e58ca37fff
+2 -2
View File
@@ -30,11 +30,11 @@
$entriesbypage = $CFG->glossary_entbypage;
}
print_header();
require_course_login($course, true, $cm);
$context = get_context_instance(CONTEXT_MODULE, $cm->id);
print_header();
/// Loading the textlib singleton instance. We are going to need it.
$textlib = textlib_get_instance();