From: sam_marshall Date: Tue, 8 May 2007 14:57:37 +0000 (+0000) Subject: MDL-9741: Fixed broken link on editor help page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3ef1be377b110905d2045d36e5728404e44b5f75;p=moodle.git MDL-9741: Fixed broken link on editor help page --- 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');