Skip to content

Commit 914263d

Browse files
committed
Fix bug
1 parent 60ccfd2 commit 914263d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Api/Model/Store/Compare.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function deleteCompare($product_id)
5656
if ($key !== false) {
5757
unset($compare[$key]);
5858
}
59-
$this->_sessionManager->getCompare($compare);
59+
$this->_sessionManager->setCompare($compare);
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)