mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Accidentally deleted a $CFG line
This commit is contained in:
parent
c6927f670c
commit
428aaa2911
@ -688,6 +688,7 @@ function wiki_to_html($text) {
|
||||
|
||||
function html_to_text($html) {
|
||||
/// Given HTML text, make it into plain text using external function
|
||||
global $CFG;
|
||||
|
||||
require_once("$CFG->libdir/html2text.php");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user