Index: openacs-4/packages/notifications/tcl/notification-type-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-type-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/notifications/tcl/notification-type-procs.tcl 14 Nov 2003 14:18:10 -0000 1.7 +++ openacs-4/packages/notifications/tcl/notification-type-procs.tcl 27 Oct 2014 16:41:50 -0000 1.8 @@ -147,7 +147,7 @@ set impl_key [get_impl_key -type_id $type_id] # Dispatch to the notification type specific reply processing - acs_sc_call NotificationType ProcessReply [list $reply_id] $impl_key + set r [acs_sc::invoke -contract NotificationType -operation ProcessReply -call_args [list $reply_id] -impl $impl_key] } }