Skip to content

Commit 4adde08

Browse files
committed
Merge pull request #34 from benallfree/getproduct_bugfix
getProduct bugfix
2 parents e678ef9 + 710a9c1 commit 4adde08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/classes/AmazonProduct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ protected function genHierarchy($xml){
292292
* See <i>getData</i>.
293293
* @return array Huge array of Product data.
294294
*/
295-
public function getProduct(){
295+
public function getProduct($num=null){
296296
return $this->getData();
297297
}
298298

0 commit comments

Comments
 (0)