From ea67194b78ff0db039cc13fb8d8e3595652db19d Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Fri, 6 Jul 2012 15:07:18 +0000 Subject: [PATCH] //small multi-store fix --- 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)) {