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

(-)a/C4/Context.pm (-1 / +1 lines)
Lines 317-322 sub set_context Link Here
317
    # Save the old context, if any, on the stack
317
    # Save the old context, if any, on the stack
318
    push @context_stack, $context if defined($context);
318
    push @context_stack, $context if defined($context);
319
319
320
    Koha::Caches->get_instance('config')->flush_all;
320
    # Set the new context
321
    # Set the new context
321
    $context = $new_context;
322
    $context = $new_context;
322
}
323
}
323
- 

Return to bug 17638