diff --git a/include/tool_registry.inc.php b/include/tool_registry.inc.php index af23b24..b4657be 100644 --- a/include/tool_registry.inc.php +++ b/include/tool_registry.inc.php @@ -49,6 +49,7 @@ function bratonien_tools_get_tools() 'watermark_rule' => array('handler' => 'bratonien_tools_save_album_rule'), 'public_selection_settings' => array('handler' => 'bratonien_tools_save_public_selection_settings'), 'customer_qr_settings' => array('handler' => 'bratonien_tools_customer_qr_save_settings'), + 'customer_qr_delete' => array('handler' => 'bratonien_tools_customer_qr_delete_upload'), 'asset_upload' => array('handler' => 'bratonien_tools_upload_asset'), 'asset_delete' => array('handler' => 'bratonien_tools_delete_asset'), 'asset_upload_limits' => array('handler' => 'bratonien_tools_save_upload_limits'),