I am seeing the following warning on a clean D7.12 site while testing out this module when accessing the config page under admin/commerce/config/checkout/checkout-login

Warning: Missing argument 3 for commerce_checkout_login_settings_form() in commerce_checkout_login_settings_form() 
(line 37 of contrib/commerce_checkout_login/commerce_checkout_login.module).

The hook_form function noted is expecting a 3rd argument $pages but I don't see where it's being passed in.

function commerce_checkout_login_settings_form($form, $form_state, $pages)

Comments

brephraim’s picture

I just removed the $pages argument.

legolasbo’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)