Index: openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl,v diff -u -r1.14.2.10 -r1.14.2.11 --- openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 6 Dec 2020 08:53:40 -0000 1.14.2.10 +++ openacs-4/packages/richtext-ckeditor4/tcl/richtext-procs.tcl 16 Dec 2020 18:53:38 -0000 1.14.2.11 @@ -44,7 +44,7 @@ -default ""] # - # The "cp_package" might be "basic", "standard", of "full"; + # The "ck_package" might be "basic", "standard", of "full"; # # Use "custom" for customized downloads, expand the downloaded zip file in # richtext-ckeditor4/www/resources/$version @@ -344,6 +344,7 @@ set ck_package ${::richtext::ckeditor4::ck_package} } + set resource_info [::richtext::ckeditor4::resource_info \ -ck_package $ck_package \ -version $version]