# 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;
}
-