Index: openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info,v diff -u -r1.11.2.8 -r1.11.2.9 --- openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info 10 Feb 2022 09:01:20 -0000 1.11.2.8 +++ openacs-4/packages/richtext-ckeditor4/richtext-ckeditor4.info 26 Feb 2022 13:23:47 -0000 1.11.2.9 @@ -9,15 +9,15 @@ f f - + Gustaf Neumann Richtext editor plugin for integrating CKeditor 4 with acs-templating 2021-09-15 2 - + - + Index: openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-procs.tcl,v diff -u -r1.4.2.4 -r1.4.2.5 --- openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-procs.tcl 10 Mar 2021 10:50:50 -0000 1.4.2.4 +++ openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-procs.tcl 26 Feb 2022 13:23:47 -0000 1.4.2.5 @@ -78,7 +78,7 @@ # Create a new item without child_rels # set name $object_id-[clock clicks -microseconds] - set item_id [::xo::db::sql::content_item new \ + set item_id [::acs::dc call content_item new \ -name $name \ -parent_id [require_root_folder] \ -context_id $object_id \