Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fix for issue #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Poorthuis authored Jun 25, 2018
1 parent 66bfde4 commit 3b864b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upload/admin/controller/extension/payment/bitpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ public function install() {
}
}
//Delete old settings from previous bitpay installation
$this->db->query("delete from oc_setting where code='bitpay'");
$this->db->query("delete from ".DB_PREFIX."setting where code='bitpay'");
$this->load->model('setting/setting');
$default_settings = array(
'payment_bitpay_private_key' => null,
Expand Down

0 comments on commit 3b864b0

Please sign in to comment.