The function uc_payment_methods_form() makes an unchecked call to a settings callback

$method_settings = $method['callback']('settings', $null);

Wrap the call with function_exists().

CommentFileSizeAuthor
#1 1284124-uc_payment.patch625 bytessolotandem
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

solotandem’s picture

Status: Active » Needs review
FileSize
625 bytes

Attached patch wraps the call as suggested.

longwave’s picture

Status: Needs review » Fixed

Committed, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.