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.4 -r1.114.2.5 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 11 Sep 2019 13:33:47 -0000 1.114.2.4 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 28 Oct 2019 17:37:23 -0000 1.114.2.5 @@ -1033,7 +1033,7 @@ # Update person.bio if { [info exists user_info(bio)] } { - person::update_bio \ + person::update \ -person_id $user_id \ -bio $user_info(bio) }