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 -r1.4.2.1 --- openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-procs.tcl 29 Jun 2018 17:46:00 -0000 1.4 +++ openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-procs.tcl 18 Jun 2019 16:23:28 -0000 1.4.2.1 @@ -4,7 +4,7 @@ This script defines the following public procs: - ::richtext::ckeditor4::ckfinder::image_attach + ::richtext::ckeditor4::ckfinder::file_attach ::richtext::ckeditor4::ckfinder::return_file @author Gustaf Neumann @@ -63,7 +63,7 @@ set success 1 } default { - ns_log warning "image_attach: can't handle image type '$mime_type'" + ns_log warning "file_attach: can't handle image type '$mime_type'" return [list \ success 0 \ errMsg "can't handle image type '$mime_type'"]