From 80ba1d88b9f8fbec829ce464e47104af49da7973 Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Mon, 17 Aug 2026 10:29:25 +0200 Subject: [PATCH] Register NC Connector migration 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 ddf8a1c..ebbb425 100644 --- a/include/tool_registry.inc.php +++ b/include/tool_registry.inc.php @@ -80,6 +80,9 @@ function bratonien_tools_get_tools() 'album_share_revoke' => array( 'handler' => 'bratonien_tools_revoke_album_share', ), + 'nc_connector_import_legacy' => array( + 'handler' => 'bratonien_tools_nc_connector_import_legacy', + ), 'self_update_check' => array( 'handler' => 'bratonien_tools_self_update_check', ),