Index: openacs-4/packages/dotlrn/www/weblog-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/weblog-new.tcl,v diff -u -r1.11.2.2 -r1.11.2.3 --- openacs-4/packages/dotlrn/www/weblog-new.tcl 8 Jul 2022 14:53:08 -0000 1.11.2.2 +++ openacs-4/packages/dotlrn/www/weblog-new.tcl 8 Jul 2022 15:16:24 -0000 1.11.2.3 @@ -61,7 +61,7 @@ -type_id [notification::type::get_type_id -short_name "forums_forum_notif"] \ -user_id $user_id \ -interval_id [notification::interval::get_id_from_name -name "instant"] \ - -delivery_method_id [notification::delivery::get_id -name "email"] + -delivery_method_id [notification::delivery::get_id -short_name "email"] } } else { set forum_id [lindex $existing_forum_ids 0]