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

Commit

Permalink
Corrected uninstall routine.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kleeschulte committed Aug 2, 2016
1 parent 19b5868 commit 203487b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/upload/admin/controller/payment/bitpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ public function install() {
* @return void
*/
public function uninstall() {
$this->load->model('setting/setting');
$this->model_setting_setting->deleteSetting('bitpay');
}
}

1 comment on commit 203487b

@chewett26
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  •   $this->load->model('setting/setting');
    

Please sign in to comment.