Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -N -r1.114.2.6 -r1.114.2.7 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 13 Dec 2019 12:27:05 -0000 1.114.2.6 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 18 Dec 2019 16:39:25 -0000 1.114.2.7 @@ -1214,9 +1214,9 @@ -last_name $user_info(last_name) } - # Update person.bio + # Update person's bio if { [info exists user_info(bio)] } { - person::update_bio \ + person::update \ -person_id $user_id \ -bio $user_info(bio) }