In the old 1.0.8.5 version, the link was wishlist.php?products_id=4&action=wishlist_remove
This is different and the proximate cause of the problem. The ultimate cause is that the wishlist class was missing the following line:
Code: Select all
$product->set('uprid', $product_id);I've updated the 1.0.8.5 release. You can incorporate it by just copying over the previous files. If you've modified any, you might have to redo your modifications in the new file.