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', ),