Index: openacs-4/packages/notifications/www/request-notification.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/request-notification.tcl,v diff -u -r1.7.2.1 -r1.7.2.2 --- openacs-4/packages/notifications/www/request-notification.tcl 8 Jul 2022 14:36:56 -0000 1.7.2.1 +++ openacs-4/packages/notifications/www/request-notification.tcl 8 Jul 2022 14:53:08 -0000 1.7.2.2 @@ -29,7 +29,7 @@ #if group_id parameter exists then all users of this community are subscribed if they're not already subscribed if {$group_id ne ""} { set interval_id [notification::interval::get_id_from_name -name instant] - set delivery_method_id [notification::get_delivery_method_id -name email] + set delivery_method_id [notification::delivery::get_id -name email] db_foreach get_member_id {} { # Add notification for this user if they're not already subscribed for an instant alert