@@ -50,7 +50,7 @@ |
||
50 | 50 | // makes a unique id for each wishlist form |
51 | 51 | $reflection = new \ReflectionClass($this); |
52 | 52 | $shortName = str_replace(array('.', '/'), '', $this->getName()); |
53 | - $this->setHTMLID($reflection->getShortName() . '_' . $shortName . '_' . $productID); |
|
53 | + $this->setHTMLID($reflection->getShortName().'_'.$shortName.'_'.$productID); |
|
54 | 54 | $this->addExtraClass('remove-from-wishlist-form'); |
55 | 55 | } |
56 | 56 | } |
@@ -51,7 +51,7 @@ |
||
51 | 51 | // makes a unique id for each wishlist form |
52 | 52 | $reflection = new \ReflectionClass($this); |
53 | 53 | $shortName = str_replace(array('.', '/'), '', $this->getName()); |
54 | - $this->setHTMLID($reflection->getShortName() . '_' . $shortName . '_' . $productID); |
|
54 | + $this->setHTMLID($reflection->getShortName().'_'.$shortName.'_'.$productID); |
|
55 | 55 | $this->addExtraClass('add-to-wishlist-form'); |
56 | 56 | } |
57 | 57 | } |