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.16.2.1 -r1.16.2.2 --- openacs-4/packages/notifications/tcl/notification-type-procs.tcl 18 May 2020 21:13:20 -0000 1.16.2.1 +++ openacs-4/packages/notifications/tcl/notification-type-procs.tcl 18 May 2020 21:20:20 -0000 1.16.2.2 @@ -55,7 +55,7 @@ return the notification type ID given a short name. Short names are unique but not primary keys. } { - return [acs::per_thread_cache eval -key notifications:get_type_id($short_name) { + return [acs::per_thread_cache eval -key notifications.get_type_id($short_name) { notification::type::get_type_id_not_cached $short_name }] }