Index: openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl,v diff -u -r1.47 -r1.47.2.1 --- openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 21 Sep 2018 14:19:14 -0000 1.47 +++ openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 11 Jun 2019 18:57:27 -0000 1.47.2.1 @@ -96,9 +96,14 @@ ns_log notice "dotlrn-init: dotlrn is instantiated, about to call dotlrn_applet::init" - # this may seems strange, but init the applets first - # initialize the applets subsystem (ooh, I'm using big words - ben) - if {![dotlrn_applet::is_initialized]} { dotlrn_applet::init } + # + # This may seems strange, but init the applets first + # initialize the applets subsystem + # (ooh, I'm using big words - ben) + # + if {![dotlrn_applet::is_initialized]} { + dotlrn_applet::init + } # We go through all Applets and make sure they are added.