From 3181064d067496de8b7d6a6f0abd0567f17be5a7 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sun, 3 Nov 2024 17:44:59 +0200 Subject: [PATCH] Fix a bug when clearing --- authentic-lib.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/authentic-lib.pl b/authentic-lib.pl index 02c0a4a2e..7a59d0960 100644 --- a/authentic-lib.pl +++ b/authentic-lib.pl @@ -1798,10 +1798,6 @@ sub clear_theme_cache } &virtual_server::clear_links_cache($remote_user); - # Clear license status cache - my $licence_status = &virtual_server::cache_file_path("licence-status"); - unlink_file($licence_status); - # Clear collected data my $collected_info_file = &virtual_server::cache_file_path("collected"); unlink_file($collected_info_file);