Index: openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-init.tcl,v diff -u -N -r1.5 -r1.5.2.1 --- openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-init.tcl 11 Jun 2018 09:41:40 -0000 1.5 +++ openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-init.tcl 18 Jun 2019 16:41:08 -0000 1.5.2.1 @@ -21,7 +21,7 @@ # permissions to the public. # This interface can be used obtaining a customized version of -# CKEditor containing he "uploadimage" plugin. When this is installed, +# CKEditor containing the "uploadimage" plugin. When this is installed, # it can be used e.g. with a widget spec like the following # # {text:richtext(richtext) @@ -66,7 +66,7 @@ if {[llength $complaints] == 0 && $type eq "Images"} { set form [ns_getform] - set d [::richtext::ckeditor4::ckfinder::image_attach \ + set d [::richtext::ckeditor4::ckfinder::file_attach \ -object_id $object_id \ -import_file [ns_set get $form upload.tmpfile] \ -mime_type [ns_set get $form upload.content-type] \ @@ -93,7 +93,7 @@ }}] } else { # - # ckfinder::image_attach returned an error + # ckfinder::file_attach returned an error # set errMsg [dict get $d errMsg] } @@ -160,7 +160,7 @@ }] } else { # - # ckfinder::image_attach returned an error + # ckfinder::file_attach returned an error # set errMsg [dict get $d errMsg] }