[svn r18263] FS#2867: FCKEditor, Blogs tool: Forcing the editor to be loaded using the actual php-integration file.

skala
Ivan Tcholakov 16 years ago
parent 010cc7b929
commit 0448fd3bfe
  1. 6
      main/blog/blog.php

@ -58,7 +58,11 @@ $lib_path = api_get_path(LIBRARY_PATH);
require_once ($lib_path.'/display.lib.php');
require_once ($lib_path.'/text.lib.php');
require_once ($lib_path.'/blog.lib.php');
require_once ($lib_path.'/fckeditor.lib.php');
// Replaced with the actual and updated file.
//require_once ($lib_path.'/fckeditor.lib.php'); // This file is old, from the previous integration of the FCKEditor.
require_once ($lib_path.'/fckeditor/fckeditor.php');
$blog_table_attachment = Database::get_course_table(TABLE_BLOGS_ATTACHMENT);
$nameTools = get_lang('Blogs');

Loading…
Cancel
Save