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.6 -r1.7 --- openacs-4/packages/notifications/www/request-notification.tcl 30 May 2018 15:06:53 -0000 1.6 +++ openacs-4/packages/notifications/www/request-notification.tcl 28 Jun 2018 10:39:36 -0000 1.7 @@ -127,7 +127,7 @@ } db_multirow -extend {name} notify_users notify_users {} { - set name [acs_user::get_element -user_id $request_user_id -element name] + set author [person::name -person_id $request_user_id] }