We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2ce08 commit 94563c7Copy full SHA for 94563c7
app/code/core/Mage/Tag/Model/Api/V2.php
@@ -40,7 +40,7 @@ class Mage_Tag_Model_Api_V2 extends Mage_Tag_Model_Api
40
* @param string|int $store
41
* @return array
42
*/
43
- public function items($productId, $store)
+ public function items($productId, $store = null)
44
{
45
$result = parent::items($productId, $store);
46
foreach ($result as $key => $tag) {
0 commit comments