Skip to content

Commit

Permalink
fix: removing redirection from module
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrodcaball committed Jan 16, 2021
1 parent 9b36aaa commit 2037b4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions admin/model/extension/module/d_twig_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ public function installCompatibility(){
$this->installDatabase();

$this->model_extension_d_opencart_patch_modification->refreshCache();

$this->load->model('extension/d_opencart_patch/url');
$this->response->redirect($this->model_extension_d_opencart_patch_url->link($this->request->get['route']));
}

return true;
Expand Down

0 comments on commit 2037b4a

Please sign in to comment.