Revert "Merge branch 'develop' into develop"

This reverts commit ec54bbd415, reversing
changes made to 9b12e0a71c.
This commit is contained in:
Min-Soo Kim 2018-07-29 11:54:14 +09:00
parent ec54bbd415
commit b62a1322c9
8 changed files with 13 additions and 31 deletions

View file

@ -73,7 +73,7 @@ class Mobile
$uatype = $uahash . ':' . (self::$_ismobile ? '1' : '0');
if ($cookie !== $uatype)
{
setcookie('rx_uatype', $uatype, 0, null, null, Context::isAlwaysSSL());
setcookie('rx_uatype', $uatype, 0);
$_COOKIE['rx_uatype'] = $uatype;
}