Fix the removal process of tables in the database - refs #7768

1.10.x
Angel Fernando Quiroz Campos 10 years ago
parent d582b66fa6
commit 583415069c
  1. 4
      plugin/buycourses/src/buy_course_plugin.class.php

@ -74,10 +74,10 @@ class BuyCoursesPlugin extends Plugin
$tablesToBeDeleted = array(
self::TABLE_PAYPAL,
self::TABLE_TRANSFER,
self::TABLE_ITEM_BENEFICIARY,
self::TABLE_ITEM,
self::TABLE_SALE,
self::TABLE_CURRENCY,
self::TABLE_ITEM_BENEFICIARY
self::TABLE_CURRENCY
);
foreach ($tablesToBeDeleted as $tableToBeDeleted) {

Loading…
Cancel
Save