diff --git a/include/tool_registry.inc.php b/include/tool_registry.inc.php index 34736a1..c53f67e 100644 --- a/include/tool_registry.inc.php +++ b/include/tool_registry.inc.php @@ -17,6 +17,9 @@ function bratonien_tools_get_tools() 'image_cache_clear' => array( 'handler' => 'bratonien_tools_clear_image_cache', ), + 'image_cache_build' => array( + 'handler' => 'bratonien_tools_start_main_cache_build', + ), 'watermark_save' => array( 'handler' => 'bratonien_tools_save_watermark', ),