From 82e577fa6233e1b10d397a48283c8ab3336777cc Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Sun, 16 Aug 2026 23:41:01 +0200 Subject: [PATCH] Nutze Umschalter fuer Albumsperre --- include/tool_registry.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tool_registry.inc.php b/include/tool_registry.inc.php index 7b3e11c..751e574 100644 --- a/include/tool_registry.inc.php +++ b/include/tool_registry.inc.php @@ -67,8 +67,8 @@ function bratonien_tools_get_tools() 'asset_upload_limits' => array( 'handler' => 'bratonien_tools_save_upload_limits', ), - 'album_lock' => array( - 'handler' => 'bratonien_tools_lock_album', + 'album_lock_toggle' => array( + 'handler' => 'bratonien_tools_toggle_album_lock', ), 'album_share_create' => array( 'handler' => 'bratonien_tools_create_album_share',