Index: openacs-4/packages/theme-zen/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/tcl/navigation-procs.tcl,v diff -u -r1.10 -r1.10.2.1 --- openacs-4/packages/theme-zen/tcl/navigation-procs.tcl 27 Jun 2018 16:11:45 -0000 1.10 +++ openacs-4/packages/theme-zen/tcl/navigation-procs.tcl 4 Apr 2019 08:24:44 -0000 1.10.2.1 @@ -201,7 +201,7 @@ set link "[dotlrn::get_url]/" if {[dotlrn::user_p -user_id $user_id] && - [ad_get_client_property dotlrn home_tab_selected_p] } { + [ad_get_client_property -default false dotlrn home_tab_selected_p] } { # this user is a dotlrn user, we've selected the home tab, # show their personal portal subnavbar, including the control panel link set portal_id [dotlrn::get_portal_id -user_id $user_id]