--- loncom/interface/lonaboutme.pm 2009/03/01 13:23:12 1.107 +++ loncom/interface/lonaboutme.pm 2009/03/02 22:32:19 1.108 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.107 2009/03/01 13:23:12 neumanie Exp $ +# $Id: lonaboutme.pm,v 1.108 2009/03/02 22:32:19 schualex Exp $ # # Copyright Michigan State University Board of Trustees # @@ -223,7 +223,7 @@ sub handler { #Print Help Text if ($target ne 'tex') { - if($privleged){ + if($allowed){ $r->print(&Apache::loncommon::help_open_topic('Uploaded_Templates_TextBoxes',&mt('Help with filling in text boxes'))); } }