Remove trailing leftover bracket

This commit is contained in:
Illimar Tambek 2013-09-10 17:08:20 +03:00
parent f138007f1a
commit b794d183b1
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function woocommerce_downloadable_file_permission( $download_id, $product_id, $o
// Downloadable product - give access to the customer
$result = $wpdb->insert( $wpdb->prefix . 'woocommerce_downloadable_product_permissions',
$data,
$format )
$format
);
do_action( 'woocommerce_grant_product_download_access', $data );