From 9625962aeb7b2d1771a57cdbeb97ce5a3b2c89e2 Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Mon, 17 Aug 2026 00:04:20 +0200 Subject: [PATCH] Register share link regeneration action --- include/tool_registry.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/tool_registry.inc.php b/include/tool_registry.inc.php index 751e574..284dc5f 100644 --- a/include/tool_registry.inc.php +++ b/include/tool_registry.inc.php @@ -73,6 +73,9 @@ function bratonien_tools_get_tools() 'album_share_create' => array( 'handler' => 'bratonien_tools_create_album_share', ), + 'album_share_regenerate_link' => array( + 'handler' => 'bratonien_tools_regenerate_album_share_link', + ), 'album_share_revoke' => array( 'handler' => 'bratonien_tools_revoke_album_share', ),