Register NC Connector migration action

This commit is contained in:
Terranom674
2026-08-17 10:29:25 +02:00
parent 0eb2ca2641
commit 80ba1d88b9

View File

@@ -80,6 +80,9 @@ function bratonien_tools_get_tools()
'album_share_revoke' => array( 'album_share_revoke' => array(
'handler' => 'bratonien_tools_revoke_album_share', 'handler' => 'bratonien_tools_revoke_album_share',
), ),
'nc_connector_import_legacy' => array(
'handler' => 'bratonien_tools_nc_connector_import_legacy',
),
'self_update_check' => array( 'self_update_check' => array(
'handler' => 'bratonien_tools_self_update_check', 'handler' => 'bratonien_tools_self_update_check',
), ),