rodjacksonx / UC_Bitpay

A Bitpay (Bitcoin) Payment Method Module for Drupal (6.x) and Ubercart (2.x)
GNU General Public License v3.0
1 stars 14 forks source link

Line 404 Breaks Drupal #2

Open shaverstudios opened 10 years ago

shaverstudios commented 10 years ago

Trying to enable the module on Drupal 6 / Ubercart 2 breaks the site.

Line 404 reads:

$physical = (variable_get('uc_bitpay_physical', 1);

It either needs a closing ) or for the first ( to be removed. I did the latter and it seemed to activate properly.