From 16337e841faac96583ec48cafcf13eeb2d174f64 Mon Sep 17 00:00:00 2001 From: Rafael Farias Date: Mon, 25 Sep 2023 15:11:28 -0300 Subject: [PATCH] Tinymce removed from code - fix for moodle v4.2 --- views_mod.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/views_mod.php b/views_mod.php index f5826ec2..4347c80b 100644 --- a/views_mod.php +++ b/views_mod.php @@ -701,9 +701,6 @@ function copy_personal_information_draft_files($targetdraftitemid, $contextid, $ $postview->resume = json_encode(block_exaport_get_resume_params($USER->id, true)); } -require_once($CFG->libdir.'/editor/tinymce/lib.php'); -$tinymce = new tinymce_texteditor(); - $PAGE->requires->css('/blocks/exaport/css/blocks.css'); block_exaport_print_header('views', $type); @@ -797,9 +794,7 @@ function copy_personal_information_draft_files($targetdraftitemid, $contextid, $ }); //]]> - - + '.get_string('createpage', 'block_exaport');