fix get template tpl ckeditor

pull/2487/head
Alex Aragon 9 years ago
parent 4b8ee47ef9
commit fe8b1a70ea
  1. 2
      main/inc/lib/javascript/ckeditor/config_js.php

@ -14,5 +14,5 @@ $template->assign('moreButtonsInMaximizedMode', $moreButtonsInMaximizedMode);
$template->assign('course_condition', api_get_cidreq());
header('Content-type: application/x-javascript');
$template->display('default/javascript/editor/ckeditor/config_js.tpl');
$template->display($template->get_template('javascript/editor/ckeditor/config_js.tpl'));

Loading…
Cancel
Save