From 5076a76d296f4350fa83eb092d9c5c23c81d58eb Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Thu, 3 Sep 2026 15:51:08 +0200 Subject: [PATCH] Route manual cache build through combined WebDAV rebuild --- include/tool_registry.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tool_registry.inc.php b/include/tool_registry.inc.php index 9056bbc..ff704bf 100644 --- a/include/tool_registry.inc.php +++ b/include/tool_registry.inc.php @@ -30,7 +30,7 @@ function bratonien_tools_get_tools() { return array( 'image_cache_clear' => array('handler' => 'bratonien_tools_clear_image_cache_atomic'), - 'image_cache_build' => array('handler' => 'bratonien_tools_start_main_cache_build'), + 'image_cache_build' => array('handler' => 'bratonien_tools_start_combined_image_cache_build'), 'image_cache_cancel' => array('handler' => 'bratonien_tools_cancel_main_cache_build'), 'image_cache_worker_settings' => array('handler' => 'bratonien_tools_save_cache_worker_settings'), 'image_cache_webdav_warmup_settings' => array('handler' => 'bratonien_tools_save_webdav_warmup_settings'),