From 3ef1be377b110905d2045d36e5728404e44b5f75 Mon Sep 17 00:00:00 2001 From: sam_marshall Date: Tue, 8 May 2007 14:57:37 +0000 Subject: [PATCH] MDL-9741: Fixed broken link on editor help page --- lib/form/editorhelp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/form/editorhelp.php b/lib/form/editorhelp.php index 2a43afa172..794e14f525 100644 --- a/lib/form/editorhelp.php +++ b/lib/form/editorhelp.php @@ -52,7 +52,8 @@ echo ''; print_simple_box_end(); // End of page. close_window_button(); -echo '

'. get_string('helpindex') .'

'; +global $CFG; +echo '

'. get_string('helpindex') .'

'; $CFG->docroot = ''; // We don't want a doc link here print_footer('none'); -- 2.39.5