@@ -364,7 +364,7 @@ |
||
| 364 | 364 | public function inFav() { |
| 365 | 365 | if (\Users\User::$cur->id) { |
| 366 | 366 | $fav = \Ecommerce\Favorite::get([['user_id', \Users\User::$cur->id], ['item_id', $this->id]]); |
| 367 | - return (bool)$fav; |
|
| 367 | + return (bool) $fav; |
|
| 368 | 368 | } else { |
| 369 | 369 | $favs = !empty($_COOKIE['ecommerce_favitems']) ? json_decode($_COOKIE['ecommerce_favitems'], true) : []; |
| 370 | 370 | return in_array($this->id, $favs); |