Skip to content

Commit

Permalink
Merge pull request #120 from gregorhyneck/develop-fix_parent_call-OXD…
Browse files Browse the repository at this point in the history
…EV-2697

Add parent call
  • Loading branch information
b3nl authored Oct 23, 2019
2 parents 2383f0d + 87745af commit 63597f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/bestitamazonpay4oxid_oxemail.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class bestitAmazonPay4Oxid_oxEmail extends bestitAmazonPay4Oxid_oxEmail_parent
*/
public function __construct()
{
parent::__construct();
$this->_oLogger = $this->_getContainer()->getLogger();
}

Expand Down

0 comments on commit 63597f5

Please sign in to comment.