Change occurances of user->profileField to user->get
This commit is contained in:
parent
ae48e7517a
commit
59c03b50e7
41 changed files with 86 additions and 86 deletions
|
|
@ -242,7 +242,7 @@ sub print {
|
|||
my $i = 1;
|
||||
my $tabs = '<ul class="yui-nav">';
|
||||
my $form = '<div class="yui-content">';
|
||||
my $userUiLevel = $self->session->user->profileField("uiLevel");
|
||||
my $userUiLevel = $self->session->user->get("uiLevel");
|
||||
my $first = 1;
|
||||
foreach my $key (keys %{$self->{_tab}}) {
|
||||
my $hide = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue