Index: openacs-4/packages/xowf/tcl/xowf-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-init.tcl,v diff -u -r1.3.2.4 -r1.3.2.5 --- openacs-4/packages/xowf/tcl/xowf-init.tcl 21 Feb 2020 13:45:15 -0000 1.3.2.4 +++ openacs-4/packages/xowf/tcl/xowf-init.tcl 8 Mar 2020 17:21:50 -0000 1.3.2.5 @@ -4,9 +4,10 @@ ::xowf::dav-todo register # -# Make sure, the site-wide pages are loaded +# Make sure, the site-wide pages are loaded, and refetch pages, when +# the source code in the prototype pages changes. # -::xowf::Package require_site_wide_pages +::xowf::Package require_site_wide_pages -refetch_if_modified # # Run the checker for the scheduled at-jobs. @@ -26,7 +27,7 @@ # the following job is executed after 60 seconds ad_schedule_proc -thread t 60 ::xowf::atjob check - + }