Skip to content

Commit

Permalink
Update startup.php
Browse files Browse the repository at this point in the history
Encryption constructor has no arguments
  • Loading branch information
mhcwebdesign authored Jan 9, 2024
1 parent 0d12b01 commit 0f79080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/catalog/controller/startup/startup.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,6 @@ public function index() {
$this->registry->set('cart', new Cart\Cart($this->registry));

// Encryption
$this->registry->set('encryption', new Encryption($this->config->get('config_encryption')));
$this->registry->set('encryption', new Encryption());
}
}

0 comments on commit 0f79080

Please sign in to comment.