From 5fac7a76ce6e296d4611bb758cfbadfea1d9bca4 Mon Sep 17 00:00:00 2001 From: Jerenus Date: Wed, 28 Nov 2012 23:44:46 +0800 Subject: [PATCH] Issue #1852922 by Jerenus: Typo in the commerce_customer.api.php file. --- modules/customer/commerce_customer.api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/customer/commerce_customer.api.php b/modules/customer/commerce_customer.api.php index f5a3b9c..aef4b73 100644 --- a/modules/customer/commerce_customer.api.php +++ b/modules/customer/commerce_customer.api.php @@ -86,7 +86,7 @@ function hook_commerce_customer_profile_type_info_alter(&$profile_types){ * @see entity_uri() * @see url() */ -function hook_commerce_customer_profile_uri($order) { +function hook_commerce_customer_profile_uri($profile) { // No example. } -- 1.7.10.4