diff --git a/cart.php b/cart.php
index 4a88a81..031fea8 100644
--- a/cart.php
+++ b/cart.php
@@ -76,8 +76,8 @@ $user_role = get_user_role();
| = htmlspecialchars($item['name']) ?> |
- = format_money($item['price_net'], $_SESSION['lang'], $pdo) ?> = t('net') ?> |
- = format_money($item['price_gross'], $_SESSION['lang'], $pdo) ?> = t('gross') ?> |
+ = format_money($item['price_net'], $_SESSION['lang'] ?? 'pl', $pdo) ?> = t('net') ?> |
+ = format_money($item['price_gross'], $_SESSION['lang'] ?? 'pl', $pdo) ?> = t('gross') ?> |
|
- = format_money($item['line_total'], $_SESSION['lang'], $pdo) ?> |
+ = format_money($item['line_total'], $_SESSION['lang'] ?? 'pl', $pdo) ?> |
|