View | Details | Raw Unified | Return to bug 39967
Collapse All | Expand All

(-)a/C4/Auth.pm (-1 / +1 lines)
Lines 436-441 sub get_template_and_user { Link Here
436
                }
436
                }
437
            }
437
            }
438
            C4::Search::History::set_to_session( { cgi => $in->{'query'}, search_history => [] } );
438
            C4::Search::History::set_to_session( { cgi => $in->{'query'}, search_history => [] } );
439
            $session = get_session($sessionID) if $session;
439
440
440
        } elsif ( $in->{type} eq 'intranet' and C4::Context->preference('EnableSearchHistory') ) {
441
        } elsif ( $in->{type} eq 'intranet' and C4::Context->preference('EnableSearchHistory') ) {
441
            $template->param( EnableSearchHistory => 1 );
442
            $template->param( EnableSearchHistory => 1 );
442
- 

Return to bug 39967