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.14 -r1.15 --- openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 10 Jan 2002 19:30:17 -0000 1.14 +++ openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 18 Mar 2002 03:39:39 -0000 1.15 @@ -47,6 +47,9 @@ set grantee_id [dotlrn::get_users_rel_segment_id] ad_permission_grant $grantee_id $package_id read + # initialize the applets subsystem (ooh, I'm using big words - ben) + dotlrn_applet::init + # We go through all Applets and make sure they are added. # The applet_add proc in the dotlrn_applet contract is for one-time