@@ -, +, @@ --- C4/Context.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/Context.pm +++ a/C4/Context.pm @@ -317,6 +317,7 @@ sub set_context # Save the old context, if any, on the stack push @context_stack, $context if defined($context); + Koha::Caches->get_instance('config')->flush_all; # Set the new context $context = $new_context; } --