diff --git a/core/lib/Thelia/Core/HttpFoundation/Session/Session.php b/core/lib/Thelia/Core/HttpFoundation/Session/Session.php index 09b932a98..b35bd4a13 100755 --- a/core/lib/Thelia/Core/HttpFoundation/Session/Session.php +++ b/core/lib/Thelia/Core/HttpFoundation/Session/Session.php @@ -70,6 +70,13 @@ class Session extends BaseSession $this->set("thelia.current.currency", $currency); } + /** + * Return current currency + * + * @param bool $forceDefault If default currency forced + * + * @return Currency + */ public function getCurrency($forceDefault = true) { $currency = $this->get("thelia.current.currency");