From 099ad93161260733b4c97f1f8d45ba2b4d6114fe Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Fri, 6 Jul 2012 15:07:18 +0000 Subject: [PATCH] //small multi-store fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16265 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Cookie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Cookie.php b/classes/Cookie.php index ca7cc602e..4fc5c5f73 100644 --- a/classes/Cookie.php +++ b/classes/Cookie.php @@ -95,7 +95,7 @@ class CookieCore { foreach ($shared_urls as $shared_url) { - if ($shared_url == $out[4]) + if ($shared_url != $out[4]) continue; if (preg_match('/^(?:.*\.)?([^.]*(?:.{2,3})?\..{2,3})$/Ui', $shared_url, $res)) {