Correcting bad session var that caused Lists link not to be displayed in anonymous sessions
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
0ed39b89cd
commit
ed762eb989
1 changed files with 1 additions and 1 deletions
|
@ -741,7 +741,7 @@ sub checkauth {
|
|||
($pubshelves, $totshelves) = GetRecentShelves(2, $row_count, undef);
|
||||
$total->{'pubtotal'} = $totshelves;
|
||||
$session->param('pubshelves', ${@$pubshelves}[0]);
|
||||
$session->param('pubtotal', $total->{'pubtotal'});
|
||||
$session->param('totshelves', $total);
|
||||
C4::Context::set_shelves_userenv('pub',${@$pubshelves}[0]);
|
||||
C4::Context::set_shelves_userenv('tot',$total);
|
||||
|
||||
|
|
Loading…
Reference in a new issue