Skip to content

Commit 955ca66

Browse files
committed
Add the custom config stuff back in
1 parent fb143e4 commit 955ca66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/classes/AmazonFeed.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ class AmazonFeed extends AmazonFeedsCore{
4242
* @internal param string $s [optional] <p>Name for the store you want to use.
4343
* This parameter is optional if only one store is defined in the config file.</p>
4444
*/
45-
public function __construct($mock = false, $m = null, $config = null){
46-
parent::__construct($m, $config);
45+
public function __construct($s = null, $mock = false, $m = null, $config = null){
46+
parent::__construct($s, $mock, $m, $config);
4747
include($this->env);
4848

4949
$this->options['Action'] = 'SubmitFeed';

0 commit comments

Comments
 (0)