Skip to content
Snippets Groups Projects
Commit 50dc1849 authored by Anuroop Kuppam's avatar Anuroop Kuppam Committed by Anuroop Kuppam
Browse files

Issue #1699764 by bobbyaldol: Removed parameter to hook_enable function

parent 3957f727
Branches
Tags
No related merge requests found
......@@ -238,7 +238,7 @@ function order_example_add_cart_submit($form, &$form_state) {
* This order type (bundle) is not exposed on the current commerce admin pages
* however.
*/
function order_example_enable($modules) {
function order_example_enable() {
commerce_order_configure_order_type('order_example_order_type');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment