Bug 25723: Update cache flushing calls
[koha-equinox.git] / tools / newHolidays.pl
index f13e524..f7a1929 100755 (executable)
@@ -143,7 +143,4 @@ sub add_holiday {
             }
         }
     }
-    # we updated the single_holidays table, so wipe its cache
-    my $cache = Koha::Caches->get_instance();
-    $cache->clear_from_cache( 'single_holidays') ;
 }