Index: openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl,v diff -u -N -r1.97 -r1.98 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 11 Jul 2018 21:57:26 -0000 1.97 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 20 Jul 2018 12:57:17 -0000 1.98 @@ -1164,7 +1164,7 @@ @param user_id user_id of the user for whom we need the portrait } { set key [list get_portrait_id -user_id $user_id] - return [ns_cache eval party_info_cache $key { + return [ns_cache eval user_info_cache $key { acs_user::get_portrait_id_not_cached -user_id $user_id }] }