mirror of
https://github.com/moodle/moodle.git
synced 2025-04-18 23:15:38 +02:00
This clean_text() shouldn't be here. Primary I changed it
to param_clean(PARAM_HTMLTEXT) but examining how other modules do the work, I've deleted it finally.
This commit is contained in:
parent
e5a144bca7
commit
a2779dba53
@ -31,7 +31,7 @@
|
||||
|
||||
$timenow = time();
|
||||
|
||||
$form->text = clean_text($form->text, $form->format);
|
||||
//$form->text = clean_text($form->text, $form->format);
|
||||
|
||||
if ($entry) {
|
||||
$newentry->id = $entry->id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user