Index: openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl,v diff -u -N -r1.22.2.2 -r1.22.2.3 --- openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 3 Dec 2020 12:52:47 -0000 1.22.2.2 +++ openacs-4/packages/rss-support/tcl/rss-generation-service-procs.tcl 8 Dec 2020 14:24:56 -0000 1.22.2.3 @@ -10,7 +10,7 @@ ad_proc -private rss_gen_service {} { - if {[parameter::get_global_value -package_key rss-support -parameter RssGenActiveP]} { + if {[parameter::get_global_value -package_key rss-support -parameter RssGenActiveP -default 1]} { ns_log Debug "rss_gen_service: starting"