little fix when the database install plugin create the paypal extra_field

1.10.x
José Loguercio 10 years ago
parent 7ca48ec35d
commit 8f9d6cd41e
  1. 2
      plugin/buycourses/database.php

@ -233,7 +233,7 @@ $paypalExtraField = Database::select(
if (!$paypalExtraField) { if (!$paypalExtraField) {
Database::insert( Database::insert(
$paypalTable, $extraFieldTable,
[ [
'extra_field_type' => 1, 'extra_field_type' => 1,
'field_type' => 1, 'field_type' => 1,

Loading…
Cancel
Save